kernel_debug_config: Turn KDEBUG_LEVEL down from 2 to 1.

Per the ReleaseCookbook.
This commit is contained in:
Augustin Cavalier
2026-07-18 21:09:02 -04:00
parent 86e70e9a62
commit 103df455af
+1 -1
View File
@@ -16,7 +16,7 @@
// Enables kernel ASSERT()s and various checks, locking primitives aren't
// benaphore-style.
#define KDEBUG KDEBUG_LEVEL_2
#define KDEBUG KDEBUG_LEVEL_1
// Size of the heap used by the kernel debugger.
#define KDEBUG_HEAP (64 * 1024)