From adccdaa096506319be60879767a5a973d012e758 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 3 Sep 2014 17:20:39 +0200 Subject: Improved Multiprocessing / Multitasking code --- kernel/vesa.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kernel/vesa.c') diff --git a/kernel/vesa.c b/kernel/vesa.c index 55c400c..74d3435 100644 --- a/kernel/vesa.c +++ b/kernel/vesa.c @@ -126,8 +126,6 @@ void PutFont(char c, int x,int y, int color) int fnt=0x126-0x20; if(c>=0x20&&c<=0x126)fnt=c-0x20; - - int posx, posy, sizex=8, sizey=10; @@ -187,7 +185,7 @@ void PutConsoleNL() { console_x=0; console_y++; - if(console_y>=console_lines)console_y=0; + if(console_y>=console_lines-5)console_y=0; for(int i=0;i