Removed errant comment that isnt really applicable anymore

Just cleanup before some work
This commit is contained in:
lordtet 2025-07-02 14:48:25 -04:00
parent 4899877cec
commit d5f996973c

View file

@ -15,7 +15,6 @@ void kern_main(uint32_t multiboot_magic, mb_info_t* multiboot_info)
//wipe the screen
vga_clear();
//We're going to use this buffer as our 8char hex representation for reading mem
printf(vga_out, "Entry eax:%X\n", multiboot_magic);