summaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-23 14:00:52 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-23 14:00:52 +0100
commit6a3ef39feb635f529da9e36975ba77a26c1ff3b4 (patch)
tree4a65630f27d0779a5bc3cce1927b13465d10b466 /kernel/config.h
parent608e66827d8aee1e55424c667777fac017501def (diff)
passing argv and argc to main, and fixed ELF load.
Diffstat (limited to 'kernel/config.h')
-rw-r--r--kernel/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/config.h b/kernel/config.h
index ef0fa71..e48c63c 100644
--- a/kernel/config.h
+++ b/kernel/config.h
@@ -6,7 +6,7 @@
//#define FOOLOS_COMPILE_FLOPPY // compile floppy drivers
#define FOOLOS_CONSOLE_AUTOBREAK // add newline automatically at end of line
-//#define FOOLOS_LOG_OFF // do not log anything
+#define FOOLOS_LOG_OFF // do not log anything
#define FOOLOS_CONSOLE // otherwise VESA will be used!
#define MEM_PRINT_MEMORYMAP
#define LOG_BUF_SIZE 4069