| UbixOS V2
    2.0
    | 
#include <sys/_null.h>#include <ubixos/kpanic.h>#include <lib/kprintf.h>#include <isa/8259.h>#include <stdarg.h>#include <ubixos/tty.h>
Go to the source code of this file.
| Functions | |
| void | kpanic (const char *fmt,...) | 
| print panic message and halt system  More... | |
| void kpanic | ( | const char * | fmt, | 
| ... | |||
| ) | 
print panic message and halt system
| fmt | panic message | 
Definition at line 42 of file kpanic.c.
References irqDisable(), kprintf(), NULL, tty_foreground, va_end, va_start, and vsprintf().
