|
MentOS
0.8.0
The Mentoring Operating System
|
Functions used to manage kernel panic. More...
Go to the source code of this file.
Macros | |
| #define | TODO(msg) kernel_panic(#msg); |
| Sends a kernel panic with the given message. | |
Functions | |
| void | kernel_panic (const char *msg) |
| Prints the given message and safely stop the execution of the kernel. More... | |
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. |