diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-24 23:30:12 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-24 23:30:12 +0200 |
| commit | 8ea3e244d44190e44a092ffb004e13ad94174c68 (patch) | |
| tree | 2365b0ec35b4fbdc82d49bcefc014fc8af59b251 /kernel/config.h | |
| parent | 1b64f1e69bfbffc0e70ba3a1baff00ed3fd8cb51 (diff) | |
porting ncurses...
Diffstat (limited to 'kernel/config.h')
| -rw-r--r-- | kernel/config.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/kernel/config.h b/kernel/config.h index 0a6fd3c..5c58245 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -1,14 +1,21 @@ + /******************************************** - * - * Fool OS Central Configuration File - * + * * + * Fool OS Central Configuration File * + * * ********************************************/ +#include <lib/logger/log.h> + #ifndef FOOLOS_CONFIG_H #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_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! #define FOOLSOS_SHOW_VESAMODES #define MEM_PRINT_MEMORYMAP |
