diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 00:59:28 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 00:59:28 +0200 |
| commit | 819a4e871058f2dc4a2e255ecbe5a2c49cc8450c (patch) | |
| tree | 55849f4233682ab88bd9044575a6dbfbc244d51d /kernel/config.h | |
| parent | 3bac6dd02d640923646b8ad988f509f47adab57f (diff) | |
struggling with smp and APICs and started vt52 emulation
Diffstat (limited to 'kernel/config.h')
| -rw-r--r-- | kernel/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/config.h b/kernel/config.h index 74304d8..8329457 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 FOOLSOS_SHOW_VESAMODES #define MEM_PRINT_MEMORYMAP |
