![]() |
Xyris
0.5
|
#include <Arch/Arch.hpp>
Go to the source code of this file.
Functions | |
void | panic (const char *msg) |
void | panicf (const char *fmt,...) |
void | panic (struct registers *registers) |
Kernel panic management.
Definition in file Panic.hpp.
void panic | ( | const char * | msg | ) |
void panic | ( | struct registers * | registers | ) |
Halt the system and print information about the provided register dump.
registers | Architecture register structure |