removed fluff prints

This commit is contained in:
shockrahwow 2019-10-30 18:40:07 -07:00
parent d706c5c3f4
commit 35985d9199

View File

@ -6,9 +6,7 @@
#include "gdt.h" #include "gdt.h"
void kinit() { void kinit() {
printf("setting up gdt\n");
gdt_configure(); gdt_configure();
printf("setting idt\n");
init_idt(); init_idt();
test_dispatcher(); test_dispatcher();
} }