From: John Hodge Date: Sat, 24 Mar 2012 05:47:06 +0000 (+0800) Subject: Kernel - Put debug output to the vterm to allow rhw debugging without a serial port X-Git-Tag: rel0.15~720 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=a564876350333dfceb7dc6ae275d755c5eaf7f07;p=tpg%2Facess2.git Kernel - Put debug output to the vterm to allow rhw debugging without a serial port --- diff --git a/KernelLand/Kernel/debug.c b/KernelLand/Kernel/debug.c index 355624d5..9edf1264 100644 --- a/KernelLand/Kernel/debug.c +++ b/KernelLand/Kernel/debug.c @@ -11,7 +11,7 @@ #define LOCK_DEBUG_OUTPUT 1 -#define TRACE_TO_KTERM 0 +#define TRACE_TO_KTERM 1 // === IMPORTS === extern void Threads_Dump(void);