Fix: UNavailable videoinfo not on new line
This commit is contained in:
parent
c33a57fa33
commit
dd78c1cc7d
1 changed files with 2 additions and 2 deletions
4
kernel.c
4
kernel.c
|
@ -91,8 +91,8 @@ void kmain (unsigned int mbootmagick, multiboot_info_t* mbootinfo) {
|
|||
*vmem = 0xff00ff;
|
||||
|
||||
} else {
|
||||
vga_write_color("Info not available", VGA_COLOR_BLACK, VGA_COLOR_RED);
|
||||
serial_write_string("Info not available");
|
||||
vga_write_color("\nVideo info not available", VGA_COLOR_BLACK, VGA_COLOR_RED);
|
||||
serial_write_string("\nVideo info not available");
|
||||
return;
|
||||
}
|
||||
vga_write_line("\nExecution finished, halting...");
|
||||
|
|
Loading…
Reference in a new issue