1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-17 15:45:37 -05:00
kernel/panic.asm
2017-11-09 15:52:58 +00:00

6 lines
50 B
NASM

[GLOBAL hang]
hang:
cli
hlt
jmp hang