Kernel: Better error reporting from VESA and fix texmode rendering

This commit is contained in:
Bananymous
2023-01-05 03:36:20 +02:00
parent d6623def32
commit 086f0c7cf6
2 changed files with 6 additions and 6 deletions

View File

@@ -67,10 +67,7 @@ extern "C" void kernel_main(multiboot_info_t* mbi, uint32_t magic)
s_multiboot_info = mbi;
if (!VESA::Initialize())
{
dprintln("Could not initialize VESA");
return;
}
ParsedCommandLine cmdline;
if (mbi->flags & 0x02)