This commit is contained in:
2026-06-13 13:27:39 -05:00
parent 00fb70c25b
commit 3ecbcdf369
13 changed files with 106 additions and 14 deletions

View File

@@ -21,8 +21,6 @@ stack_top:
.type _start, @function
_start:
mov $stack_top, %esp
call kernel_main
cli
1: hlt
call kmain
1:
jmp 1b