diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-09 01:47:36 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-09 01:47:36 +0100 |
| commit | 7e965f276c47d29969f5470533d40df03536d190 (patch) | |
| tree | 36f159e7a8ae31274a51e721d00ce6d9a40d63ba /kernel/config.h | |
| parent | 40aef7cf75fe26aa34207bc2afa2bfaa211e354f (diff) | |
experimenting with VESA modes
Diffstat (limited to 'kernel/config.h')
| -rw-r--r-- | kernel/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/config.h b/kernel/config.h index 2e2a169..26d056d 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -8,8 +8,8 @@ #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_CONSOLE // otherwise VESA will be used! +//#define FOOLOS_LOG_OFF // do not log anything +//#define FOOLOS_CONSOLE // otherwise VESA will be used! #define FOOLSOS_SHOW_VESAMODES #define MEM_PRINT_MEMORYMAP #define LOG_BUF_SIZE 4069 |
