From 3a3485c695e5d2dbfebbd572ba4f71c19197e5e1 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 8 Dec 2014 17:27:34 +0100 Subject: disabled kernel logging and removed minor debug from foolshell --- kernel/config.h | 2 +- userspace/foolshell.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/config.h b/kernel/config.h index 60c650a..a741c4a 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -8,7 +8,7 @@ #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 diff --git a/userspace/foolshell.c b/userspace/foolshell.c index b1259b8..3a87158 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -42,8 +42,6 @@ int main(int argc, char **argv) if(!strcmp(argv[i],"--silent"))silent=true; } - printf("\n%i\n",argc); - if(!silent)hello(); char *buf=malloc(256); -- cgit v1.2.3