From: John Hodge Date: Fri, 25 Sep 2009 06:32:15 +0000 (+0800) Subject: Disabled debug in bin/elf.c X-Git-Tag: rel0.06~513 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=e79bc2bdb689736e99d68cbbf59f2cddd649dd20;p=tpg%2Facess2.git Disabled debug in bin/elf.c --- diff --git a/Kernel/bin/elf.c b/Kernel/bin/elf.c index dbd38d2c..dcfe35c6 100644 --- a/Kernel/bin/elf.c +++ b/Kernel/bin/elf.c @@ -6,7 +6,7 @@ ELF Executable Loader Code #include #include "bin_elf.h" -#define DEBUG 1 +#define DEBUG 0 #define DEBUG_WARN 1 #if DEBUG