removes the stupid testing line i left in here

This commit is contained in:
2025-05-30 10:31:54 -04:00
parent 72bab4a548
commit b87738ca47

View File

@ -21,8 +21,6 @@ section .text
loader:
mov esp, kernel_stack + KERNEL_STACK_SIZE
;mov eax, 0xCAFEBABE
call kmain
cli