From 71a111f7e6b71e0894b90e8dc1221b1ec4f84ab3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 25 Apr 2020 18:33:37 +0200 Subject: Added indirect pointers - re-enabled font :) I don't know why, but once there are multiple files on the drive the kernel can only read one file.. I'll investigate this later. --- src/kernel/graphics/vesa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/kernel/graphics/vesa.c') diff --git a/src/kernel/graphics/vesa.c b/src/kernel/graphics/vesa.c index 853c503..d7bc42a 100644 --- a/src/kernel/graphics/vesa.c +++ b/src/kernel/graphics/vesa.c @@ -200,7 +200,6 @@ void set_optimal_resolution() vesa_clear(); vesa_set_color(vesa_blue); - printf(vga_buffer); vesa_set_color(default_text_color); info("Successfully switched to video mode!"); @@ -369,4 +368,4 @@ void vesa_set_color(uint32_t color) { vesa_convert_color(terminal_color, color); vesa_convert_color(terminal_background, default_background_color); -} \ No newline at end of file +} -- cgit v1.2.3