diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-09 00:36:03 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-09 00:36:03 +0100 |
| commit | 40aef7cf75fe26aa34207bc2afa2bfaa211e354f (patch) | |
| tree | 09cb8f073389f7b17dcadbc66ced88d9d65021e2 /kernel/config.h | |
| parent | e285e7cab2fe62e91cb726c429f872b2475fdf0a (diff) | |
switch back to console output
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 867c693..2e2a169 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -9,7 +9,7 @@ #define FOOLOS_CONSOLE_AUTOBREAK // add newline automatically at end of line #define FOOLOS_LOG_OFF // do not log anything -//#define FOOLOS_CONSOLE // otherwise VESA will be used! +#define FOOLOS_CONSOLE // otherwise VESA will be used! #define FOOLSOS_SHOW_VESAMODES #define MEM_PRINT_MEMORYMAP #define LOG_BUF_SIZE 4069 |
