Espresso 0.0.0e
This commit is contained in:
12
misc_asm.s
12
misc_asm.s
@ -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
|
||||
|
Reference in New Issue
Block a user