feature: memory limit with multiboot (wip, still crashing)
This commit is contained in:
@ -113,6 +113,9 @@ _start:
|
||||
# Set up the stack.
|
||||
mov $stack_top, %esp
|
||||
|
||||
push %eax
|
||||
push %ebx
|
||||
|
||||
# Enter the high-level kernel.
|
||||
call kernel_main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user