From 0ec5b4d78c0fa1e256577f22e4265fd8a9e12197 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 1 Dec 2014 00:03:04 +0100 Subject: Paging between 2 'tasks' loaded from ELF files. Both files are loaded at: 0x08048000 virutal! --- video/console.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'video') diff --git a/video/console.c b/video/console.c index 4a04cf1..6eeaf0b 100644 --- a/video/console.c +++ b/video/console.c @@ -111,7 +111,7 @@ void scr_nextline() void scr_put_char(char ch,char col) { - lock_spin(6); + // lock_spin(6); if(ch=='\n')scr_nextline(); else if(posx=SCR_WIDTH)scr_nextline(); #endif - lock_release(6); - + //lock_release(6); } /* -- cgit v1.2.3