some cleanup from debugging and todos

This commit is contained in:
2025-06-01 21:00:26 -04:00
parent 4c938a0855
commit 3ffb3aa181
5 changed files with 16 additions and 10 deletions

View File

@ -14,7 +14,7 @@ void kmain(void)
terminal_initialize();
serial_initialize();
#endif
//gdt_init();
gdt_init();
idt_init();
#ifndef __TESTING__