blob: 0f62abb7d2212ff875b9908ea10a2a3b59c360cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
/********************************************
*
* 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
|