summaryrefslogtreecommitdiff
path: root/driver/vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/vesa.c')
-rw-r--r--driver/vesa.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/driver/vesa.c b/driver/vesa.c
index ba87e6d..848b0bf 100644
--- a/driver/vesa.c
+++ b/driver/vesa.c
@@ -1,6 +1,5 @@
#include "kernel/kernel.h"
#include "log.h"
-//http://wiki.osdev.org/GUI
#include <stdarg.h>
#include "kernel/mem.h"
@@ -8,9 +7,6 @@
#include "lib/printf/printf.h"
-
-//#define FOOLSOS_SHOW_VESAMODES
-
static foolfont *deffont;
//static vbemodeinfo *VbeModeInfoBlock;
@@ -78,7 +74,7 @@ void vesa_console_put_char(uint8_t c,uint8_t color_bg, uint8_t color_fg, uint32_
//PutFont(c, console_x*10,console_y*12, cols[color_fg],cols[color_bg]);
//PutFont(c, x*10,y*12, cols[color_bg],cols[color_fg]);
- PutFont(c, x*9,y*11, cols[color_bg],cols[color_fg]);
+ PutFont(c, x*8,y*11, cols[color_bg],cols[color_fg]);
// buf[console_x][console_y]=c;