summaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-01 00:03:04 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-01 00:03:04 +0100
commit0ec5b4d78c0fa1e256577f22e4265fd8a9e12197 (patch)
treebf4b934adcbdd8ef21a194e845f629a5fbfdab60 /kernel/config.h
parentb875bc86aac2c9a733ddb9b3db4ead94d2c4c053 (diff)
Paging between 2 'tasks' loaded from ELF files.
Both files are loaded at: 0x08048000 virutal!
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 4238578..fb68dec 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