Add static member definitions for kernel debugger active flag and kernel panic state

This commit is contained in:
2026-06-06 19:00:49 +02:00
parent 7344c5ed4a
commit 678a0f4f48
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
#include <xtos.hh>
/* Debugger active flag */
BOOLEAN KD::Debugger::Active;
/* Debug I/O spinlock */
KSPIN_LOCK KD::DebugIo::DebugIoLock;