diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-23 20:48:34 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-23 20:48:34 +0100 |
| commit | 50300fa573bf2bc00f9732e812d54ab77cf03dd7 (patch) | |
| tree | 7a998723578e601b427e17f9e90e7ce8dbb7c5d2 /kernel/config.h | |
| parent | 61eff36a01a2639efeb515ec32f578ba99d97ff4 (diff) | |
mostly pr and cosmetics
Diffstat (limited to 'kernel/config.h')
| -rw-r--r-- | kernel/config.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/kernel/config.h b/kernel/config.h index e48c63c..fb68dec 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -4,11 +4,15 @@ * ********************************************/ -//#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_CONSOLE // otherwise VESA will be used! +#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_CONSOLE // otherwise VESA will be used! #define MEM_PRINT_MEMORYMAP #define LOG_BUF_SIZE 4069 #define LOG_SYSCALLS +#endif + |
