From b4a8f29ef338c6d2ee70723ff49811276713628a Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 13 Nov 2014 02:41:42 +0100 Subject: changed some config defaults --- kernel/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel') diff --git a/kernel/config.h b/kernel/config.h index da8272d..848e422 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -4,8 +4,8 @@ * ********************************************/ -//#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_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 -- cgit v1.2.3