#include volatile int panicked; void panic(char *s) { panicked = 1; uart_puts(s); while (1); }