From d8331335ff1720ce28eba45afe1a02814b38b033 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 1 Dec 2014 21:49:22 +0100 Subject: finally implemented fork() syscall --- video/console.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'video') diff --git a/video/console.c b/video/console.c index 6eeaf0b..d53d2d7 100644 --- a/video/console.c +++ b/video/console.c @@ -1,5 +1,4 @@ #include "console.h" -#include "kernel/spinlock.h" #include "kernel/config.h" //#define FOOLOS_CONSOLE @@ -111,7 +110,6 @@ void scr_nextline() void scr_put_char(char ch,char col) { - // lock_spin(6); if(ch=='\n')scr_nextline(); else if(posx=SCR_WIDTH)scr_nextline(); #endif - //lock_release(6); } /* -- cgit v1.2.3