holy crap im an idiot, i was getting constatnt gpf because i forgot to pop the stack

This commit is contained in:
2025-06-01 20:57:12 -04:00
parent ecc91fdc7d
commit 4c938a0855
7 changed files with 19 additions and 14 deletions

View File

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