1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-24 15:55:41 -05:00
kernel/arch/x86/panic.asm

7 lines
50 B
NASM
Raw Normal View History

2017-11-08 04:49:30 +00:00
[GLOBAL hang]
hang:
cli
hlt
jmp hang