X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fbin%2Felf.c;h=8f51290a1fd117387fbcc2c83c7a3909d0ed7867;hb=86e230f582b2d342a0ae487bf8028f782a099a1d;hp=1ae19560eab2c6a64413f6bc9cc9a7fd25274a70;hpb=97e48eb598fa9cd87a395e4c072f93b7c77a6f4d;p=tpg%2Facess2.git diff --git a/Kernel/bin/elf.c b/Kernel/bin/elf.c index 1ae19560..8f51290a 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"