From 7dbbfea6ad0a458e1b1e2685a5dc947e0c43fdbf Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 19 Aug 2018 21:14:01 +0200 Subject: x86.s working --- lib/logger/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/logger/log.c b/lib/logger/log.c index d76174b..a5925e9 100644 --- a/lib/logger/log.c +++ b/lib/logger/log.c @@ -12,7 +12,7 @@ static void log_string(char *str) { - if(get_max_fd()>=2) syscall_write(2,str,strlen(str)); +// if(get_max_fd()>=2) syscall_write(2,str,strlen(str)); while(*str!=0) { -- cgit v1.2.3