|
tape-kernel 1.0
a modular modern independent kernel
|

Go to the source code of this file.
Functions | |
| void | __panic (const char *txt) |
| panic halts the system with a kernel panic message | |
| void __panic | ( | const char * | txt | ) |
panic halts the system with a kernel panic message
panic is a function that clears the screen to red, displays a kernel panic banner with the provided message, and halts forever
| txt,the | error message to display |
when panic is called the system becomes unrecoverable, it will always halt, so use it only for fatal unrecoverable errors
using panic is done with