From ce16fe524c14ccaae67fb634105da5aef08ead48 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 4 Oct 2018 00:53:30 +0200 Subject: moving framebuffer access completely to userspace --- driver/vesa.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/vesa.c') diff --git a/driver/vesa.c b/driver/vesa.c index 7405422..bd5c53d 100644 --- a/driver/vesa.c +++ b/driver/vesa.c @@ -152,6 +152,7 @@ uint32_t vesa_init(multiboot_information *inf, foolfont *rawfont) int line_height=12; int col_width=10; + console_lines=vesaYres/line_height; console_cols=vesaXres/col_width; -- cgit v1.2.3