Add static member definitions for kernel debugger active flag and kernel panic state
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
/* Debugger active flag */
|
||||
BOOLEAN KD::Debugger::Active;
|
||||
|
||||
/* Debug I/O spinlock */
|
||||
KSPIN_LOCK KD::DebugIo::DebugIoLock;
|
||||
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
/* Kernel initialization block passed by boot loader */
|
||||
PKERNEL_INITIALIZATION_BLOCK KE::BootInformation::InitializationBlock = {};
|
||||
|
||||
/* Kernel panic state */
|
||||
BOOLEAN KE::Crash::KernelPanic;
|
||||
|
||||
/* Kernel initial process */
|
||||
EPROCESS KE::KProcess::InitialProcess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user