summaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-27 01:44:25 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-27 01:44:25 +0100
commite7b9569041521da7e0b67c30af7179c0af1e3738 (patch)
tree4b7d596414afd96df0826f24e750c1defa14167b /kernel/config.h
parent0e402637492f34a4d0e1302fbe34344e19bc4813 (diff)
struggling with new multitasking
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 fb68dec..4238578 100644
--- a/kernel/config.h
+++ b/kernel/config.h
@@ -8,7 +8,7 @@
#define FOOLOS_CONFIG_H
#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