Enabled debugging kernel stacks by default for now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16583 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#define IS_KERNEL_ADDRESS(x) \
|
#define IS_KERNEL_ADDRESS(x) \
|
||||||
((addr_t)(x) >= KERNEL_BASE && (addr_t)(x) <= KERNEL_TOP)
|
((addr_t)(x) >= KERNEL_BASE && (addr_t)(x) <= KERNEL_TOP)
|
||||||
|
|
||||||
//#define DEBUG_KERNEL_STACKS
|
#define DEBUG_KERNEL_STACKS
|
||||||
// Note, debugging kernel stacks doesn't really work yet. Since the
|
// Note, debugging kernel stacks doesn't really work yet. Since the
|
||||||
// interrupt will also try to use the stack on a page fault, all
|
// interrupt will also try to use the stack on a page fault, all
|
||||||
// you get is a double fault.
|
// you get is a double fault.
|
||||||
|
|||||||
Reference in New Issue
Block a user