diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:21:07 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:21:07 +0100 |
| commit | 6e8ea08166b53507f38ed7f435728b7470a061ab (patch) | |
| tree | d0669f3a70963056dbd7ffc59ab04e5cd172c52e /kernel/config.h | |
| parent | 1f460d7d4fcbf29e21b3da77eab247f528f02f19 (diff) | |
trying to port binutils
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 e48c63c..ef0fa71 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -6,7 +6,7 @@ //#define FOOLOS_COMPILE_FLOPPY // compile floppy drivers #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 |
