X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fdebug.c;h=6a50ca2c7ba1a4a39e53985a60aabe87033a1661;hb=65e8f70ac79804f4c7519c4c0237642984e4c0b0;hp=25ffda1912e37d09958953308b8490d674d316d1;hpb=934d0f535e1929fd90ae0606e77794484aa55284;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/debug.c b/KernelLand/Kernel/debug.c index 25ffda19..6a50ca2c 100644 --- a/KernelLand/Kernel/debug.c +++ b/KernelLand/Kernel/debug.c @@ -1,17 +1,13 @@ /* * AcessOS Microkernel Version * debug.c - * - * TODO: Move the Debug_putchar methods out to the arch/ tree */ #include #include #define DEBUG_MAX_LINE_LEN 256 - -#define LOCK_DEBUG_OUTPUT 0 - -#define TRACE_TO_KTERM 0 +#define LOCK_DEBUG_OUTPUT 1 // Avoid interleaving of output lines? +#define TRACE_TO_KTERM 0 // Send ENTER/DEBUG/LEAVE to debug? // === IMPORTS === extern void Threads_Dump(void);