diff --git a/kernel/arch/boot.s b/kernel/arch/boot.s index b30178e..e3ccd1d 100644 --- a/kernel/arch/boot.s +++ b/kernel/arch/boot.s @@ -21,8 +21,6 @@ section .text loader: mov esp, kernel_stack + KERNEL_STACK_SIZE - ;mov eax, 0xCAFEBABE - call kmain cli