removes the stupid testing line i left in here
This commit is contained in:
@ -21,8 +21,6 @@ section .text
|
|||||||
loader:
|
loader:
|
||||||
mov esp, kernel_stack + KERNEL_STACK_SIZE
|
mov esp, kernel_stack + KERNEL_STACK_SIZE
|
||||||
|
|
||||||
;mov eax, 0xCAFEBABE
|
|
||||||
|
|
||||||
call kmain
|
call kmain
|
||||||
|
|
||||||
cli
|
cli
|
||||||
|
Reference in New Issue
Block a user