radix-old/kernel/src/hcf.asm

8 lines
43 B
NASM
Raw Normal View History

2024-03-02 16:30:50 +13:00
global hcf
hcf:
cli
loop:
hlt
jmp loop