diff options
Diffstat (limited to 'kernel/panic.c')
| -rw-r--r-- | kernel/panic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 333be0d..b0d9daf 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -6,6 +6,7 @@ static char const *reason_strings[] = { "general panic", "unhandled fault", + "out of memory" }; noreturn void panic(enum panic_reason reason) |
