Kernel - Put debug output to the vterm to allow rhw debugging without a serial port
[tpg/acess2.git] / KernelLand / Kernel / debug.c
index 25ffda1..9edf126 100644 (file)
@@ -9,9 +9,9 @@
 
 #define        DEBUG_MAX_LINE_LEN      256
 
-#define        LOCK_DEBUG_OUTPUT       0
+#define        LOCK_DEBUG_OUTPUT       1
 
-#define TRACE_TO_KTERM 0
+#define TRACE_TO_KTERM 1
 
 // === IMPORTS ===
 extern void    Threads_Dump(void);

UCC git Repository :: git.ucc.asn.au