summaryrefslogtreecommitdiff
path: root/src/include/panic.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-08-29 02:52:48 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-08-29 02:52:48 -0500
commit1f71b9576db536af84155363e14fc49e92de2eef (patch)
tree23f65a31cc89785befb70517b203625e2296326f /src/include/panic.h
parentdc0e84d5779db68e081c667faadc19a20de861ea (diff)
backup 8.29.21
Diffstat (limited to 'src/include/panic.h')
-rw-r--r--src/include/panic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/panic.h b/src/include/panic.h
index 6a987f4..43712a2 100644
--- a/src/include/panic.h
+++ b/src/include/panic.h
@@ -52,6 +52,9 @@ void panic(int reason, void *frame_p, struct registers *regs);
#define KERNEL_PANIC_INVALID_RSDT 35
#define KERNEL_PANIC_INVALID_IOAPIC_VEC 36
#define KERNEL_PANIC_HPET_REQUIRED 37
+#define KERNEL_PANIC_SMP_FAILED 38
+
+#define DEV_EMAIL "brett_weiland@bpcspace.com"