MentOS
0.8.0
The Mentoring Operating System
|
Functions used to manage kernel panic. More...
Macros | |
#define | SHUTDOWN_PORT 0x604 |
Shutdown port for qemu. | |
Functions | |
void | kernel_panic (const char *msg) |
Prints the given message and safely stop the execution of the kernel. More... | |
Variables | |
int | runtests |
Flag indicating if we are running tests instead of an interactive session. | |
Functions used to manage kernel panic.
void kernel_panic | ( | const char * | msg | ) |
Prints the given message and safely stop the execution of the kernel.
msg | The message that has to be shown. |