Espresso 0.0.0e

This commit is contained in:
2025-06-13 18:03:39 -05:00
parent 6d366537dd
commit 1e5b4a765b
40 changed files with 742 additions and 718 deletions

View File

@ -19,6 +19,10 @@
.global _pop_regs
.global _hang_asm
.global _halt_asm
.global _sti_asm
_enable_paging_asm:
push %eax
@ -59,4 +63,12 @@ _hang_asm:
hlt
jmp _hang_asm
_halt_asm:
nop
ret
_sti_asm:
sti
ret
.section .data