From d98828d08eb1f6c1394f38a1df69c73fef0cfefa Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 17 May 2015 19:43:59 +0200 Subject: working on vt52 and some cleanup --- lib/logger/log.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/logger/log.c b/lib/logger/log.c index 7d58458..430f982 100644 --- a/lib/logger/log.c +++ b/lib/logger/log.c @@ -5,7 +5,6 @@ #include "log.h" #include "kernel/config.h" -#include "kernel/console.h" #include "terminal/vt52.h" #include "lib/printf/printf.h" #include "kernel/timer.h" @@ -63,7 +62,7 @@ void panic(char *module_name, char *message) { char buf_log[256]; tfp_sprintf(buf_log,"KERNEL PANIC !! %s: %s\n",module_name,message); - console_put_str_red(buf_log); + //console_put_str_red(buf_log); while(1) { -- cgit v1.2.3