#include "debug.h"
#include "io.h"
Functions | |
void | panic (const char *format,...) |
Kernel panic function. |
debugging info NDEBUG - no debugging DEBUG - automatically set up when NDEBUG not defined
void panic | ( | const char * | format, | |
... | ||||
) |
Kernel panic function.
format | - formatted string same as printk | |
... | - arguments |