blob: 05c4bcb6116e268fb72fe4b461c04b68f0b6a249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/********************************************
*
* Fool OS Central Configuration File
*
********************************************/
//#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!
#define MEM_PRINT_MEMORYMAP
#define LOG_BUF_SIZE 4069
|