summaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-25 17:46:54 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-25 17:46:54 +0200
commitce50b0f007b8d71078a03d2a83ad8e35b0931dab (patch)
treee26d2f3272cdd4d90661345af4f3ac08ed5f55d7 /kernel/config.h
parent2c8cefb3a269d66a6a705bcb4912b0657379273c (diff)
fixed critical but in ELF loader and finally got tput etc.. (ncurses) working
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 5c58245..cf81361 100644
--- a/kernel/config.h
+++ b/kernel/config.h
@@ -13,7 +13,7 @@
#define FOOLOS_CONSOLE_AUTOBREAK // add newline automatically at end of line
#define FOOLOS_LOG_OFF // do not log anything
-#define FOOLOS_LOG_WHITELIST "elf","ext2","" // make exceptions for these modules. wmpty string marks the end
+#define FOOLOS_LOG_WHITELIST "","elf","ext2","" // make exceptions for these modules. wmpty string marks the end
#define FOOLOS_LOG_LEVEL FOOLOS_LOG_FINE // minimal severity level to log
#define FOOLOS_CONSOLE // otherwise VESA will be used!