feature: memory limit with multiboot (wip, still crashing)

This commit is contained in:
2024-11-07 13:45:29 +01:00
parent a72c3ca195
commit 5fccbf3708
7 changed files with 304 additions and 28 deletions

View File

@ -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