#include "panic.h" #include "util.h" void panic() { disable_interrupts(); halt(); }