From: John Hodge Date: Thu, 15 Jul 2010 15:04:49 +0000 (+0800) Subject: Disabled ELF debugging X-Git-Tag: rel0.06~106 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=630e15108b5938d3443acdbaa58b6461fb06dac3;p=tpg%2Facess2.git Disabled ELF debugging --- diff --git a/Kernel/bin/elf.c b/Kernel/bin/elf.c index 4bf15fa2..90a092f6 100644 --- a/Kernel/bin/elf.c +++ b/Kernel/bin/elf.c @@ -2,7 +2,7 @@ * Acess v0.1 * ELF Executable Loader Code */ -#define DEBUG 1 +#define DEBUG 0 #include #include #include "elf.h"