diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/boot/idt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/boot/idt.c b/arch/i386/boot/idt.c index 5088dba..61cb709 100644 --- a/arch/i386/boot/idt.c +++ b/arch/i386/boot/idt.c @@ -46,6 +46,7 @@ __attribute__((noreturn)) void halt_catch_fire(struct isr_frame *frame) { dump_reg(frame); __asm__ volatile("cli;hlt"); + while (1); } __attribute__((noreturn)) |