kernel panic system More...
Go to the source code of this file.
Functions | |
| void | panic (const char *msg) |
| kernel panic function for unsalvageable errors, panic can be used to display an error message to the screen and halt the cpu. | |
kernel panic system
| void panic | ( | const char * | msg | ) |
kernel panic function for unsalvageable errors, panic can be used to display an error message to the screen and halt the cpu.
| msg | error message to show on screen |