Fix: UNavailable videoinfo not on new line

This commit is contained in:
Jarkko Toivanen 2023-06-15 03:09:41 +03:00
parent c33a57fa33
commit dd78c1cc7d
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 2 additions and 2 deletions

View File

@ -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...");