void halt_catch_fire() { asm volatile ("cli"); while(1) asm volatile ("hlt"); }