25 Kprintf(
"\n\n** KERNEL PANIC **\n");
32 __asm__
volatile(
"cli\n"
void Panic(const char *msg)
void Kprintf(const char *fmt,...)
Formatted output to the screen.
void Kputchar(char c)
Outputs a single character to the screen at the current cursor position.
__attribute__((noreturn))
Kernel Panics with Message.