This commit is contained in:
2026-06-14 00:34:11 -05:00
parent 4e8de774ef
commit 53c5d7d40c
12 changed files with 527 additions and 51 deletions

View File

@@ -21,6 +21,8 @@ stack_top:
_start:
cli
mov $stack_top, %esp
push %ebx
push %eax
call kmain
loop:
jmp loop