diff options
Diffstat (limited to 'kernel/vesa.c')
| -rw-r--r-- | kernel/vesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/vesa.c b/kernel/vesa.c index eaf4edc..55c400c 100644 --- a/kernel/vesa.c +++ b/kernel/vesa.c @@ -179,7 +179,7 @@ void PutConsole(char *str, int color, va_list va) PutFont(*str, console_x*10,console_y*12, color); str++; console_x++; - if(console_x>console_cols)PutConsoleNL(); + if(console_x>console_cols);//PutConsoleNL(); } } |
