From d5f996973c21a91e75cd8f6dafd7f9f19f8c0f2a Mon Sep 17 00:00:00 2001 From: lordtet Date: Wed, 2 Jul 2025 14:48:25 -0400 Subject: [PATCH] Removed errant comment that isnt really applicable anymore Just cleanup before some work --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 38c3df1..4652720 100644 --- a/src/main.c +++ b/src/main.c @@ -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);