kernel_debug_config: Turn KDEBUG_LEVEL down from 2 to 1.
Per the ReleaseCookbook.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
// Enables kernel ASSERT()s and various checks, locking primitives aren't
|
// Enables kernel ASSERT()s and various checks, locking primitives aren't
|
||||||
// benaphore-style.
|
// benaphore-style.
|
||||||
#define KDEBUG KDEBUG_LEVEL_2
|
#define KDEBUG KDEBUG_LEVEL_1
|
||||||
|
|
||||||
// Size of the heap used by the kernel debugger.
|
// Size of the heap used by the kernel debugger.
|
||||||
#define KDEBUG_HEAP (64 * 1024)
|
#define KDEBUG_HEAP (64 * 1024)
|
||||||
|
|||||||
Reference in New Issue
Block a user