From 41c3e0bc640f570831bd6c18fbfb8c7cec23a43d Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 4 Dec 2014 23:30:15 +0100 Subject: struggling with gcc -O , and other stuff --- kernel/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/config.h') diff --git a/kernel/config.h b/kernel/config.h index 17b5f27..a741c4a 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -8,11 +8,11 @@ #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_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 +#define LOG_SYSCALLS #endif -- cgit v1.2.3