summaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-03 22:54:35 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-03 22:54:35 +0100
commitb5d9da88991592d35d39dcae3829d2498b4e47e4 (patch)
tree2be1ec075f489dc045310cace60d4c09340903b9 /kernel/config.h
parent5435237fca6b7ab618bfc955e2973d7b325ff9dc (diff)
increased logger grnaularity and working on memory management
Diffstat (limited to 'kernel/config.h')
-rw-r--r--kernel/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/config.h b/kernel/config.h
index fb68dec..17b5f27 100644
--- a/kernel/config.h
+++ b/kernel/config.h
@@ -8,11 +8,11 @@
#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
-#define LOG_SYSCALLS
+//#define LOG_SYSCALLS
#endif