os/kernel/cpu/i386/halt.asm
2020-07-22 19:26:55 -05:00

6 lines
53 B
NASM

global halt
halt:
cli
halt_label: hlt
jmp halt_label