Skip to content

Commit 28f883c

Browse files
Just changed meltdown color.
1 parent 3531841 commit 28f883c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/kernel/C/meltdown.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void meltdown_screen(cstring message, cstring file, int line, int64 error_code,
1616

1717
debug_println(message);
1818

19-
print("\x1b[41m");
19+
print("\x1b[48;2;26;17;14m");
2020
for(int x=0;x<=terminal_columns*terminal_rows;x++){
2121
print(" ");
2222
}

0 commit comments

Comments
 (0)