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

@ -31,8 +31,6 @@ section .text
loader:
mov esp, kernel_stack + KERNEL_STACK_SIZE ; move the top of the stack into esp
call gdt_init
call kmain ; pass execution over to our kmain function, where all of the real stuff is done
; Should the system exit, we clear the interrupt flag