![]() |
FrostWing
A lightweight raw-control operating system.
|
The headers for meltdown.c. More...

Go to the source code of this file.
Functions | |
| void | meltdown_screen (cstring message, cstring file, int line, int64 error_code, int64 cr2, int64 int_no, struct InterruptFrame *frame) |
| The Meltdown (Panic) Screen. | |
The headers for meltdown.c.
Definition in file meltdown.h.
| void meltdown_screen | ( | cstring | message, |
| cstring | file, | ||
| int | line, | ||
| int64 | error_code, | ||
| int64 | cr2, | ||
| int64 | int_no, | ||
| struct InterruptFrame * | frame ) |
The Meltdown (Panic) Screen.
| message | The Reason to cause a panic |
| file | Handler's file |
| line | Handler's line |
| error_code | Error codes from registers |
| cr2 | |
| int_no |