From 529c47d944fa382c64b572ca60b8090b16cf418a Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 12 Nov 2014 22:00:59 +0100 Subject: minor cleanup --- kernel/config.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'kernel/config.h') diff --git a/kernel/config.h b/kernel/config.h index 019ef34..0f62abb 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -1,4 +1,10 @@ -//#define FOOLOS_COMPILE_FLOPPY -#define FOOLOS_CONSOLE_AUTOBREAK //add newline automatically at end of line -#define FOOLOS_LOG_OFF // do not log anythong +/******************************************** + * + * 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 -- cgit v1.2.3