Kernel - Removed debug from elf and mmap
authorJohn Hodge <[email protected]>
Thu, 8 Sep 2011 12:16:10 +0000 (20:16 +0800)
committerJohn Hodge <[email protected]>
Thu, 8 Sep 2011 12:16:10 +0000 (20:16 +0800)
Kernel/bin/elf.c
Kernel/vfs/mmap.c

index 1ae1956..8f51290 100644 (file)
@@ -2,7 +2,7 @@
  * Acess v0.1\r
  * ELF Executable Loader Code\r
  */\r
-#define DEBUG  1\r
+#define DEBUG  0\r
 #include <acess.h>\r
 #include <binary.h>\r
 #include "elf.h"\r
index b33350a..7b4d103 100644 (file)
@@ -2,7 +2,7 @@
  * Acess2 VFS
  * - Open, Close and ChDir
  */
-#define DEBUG  1
+#define DEBUG  0
 #include <acess.h>
 #include <vfs.h>
 #include <vfs_ext.h>

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