Protect debug print output with spinlock

This commit is contained in:
2026-05-13 14:33:41 +02:00
parent 757eac08c6
commit fd7e18989d
4 changed files with 17 additions and 6 deletions

View File

@@ -9,6 +9,9 @@
#include <xtos.hh>
/* Debug I/O spinlock */
KSPIN_LOCK KD::DebugIo::DebugIoLock;
/* Kernel Debugger mode */
KD_DEBUG_MODE KD::DebugIo::DebugMode;