From 920879c30814c1460ef6d0ea4004bcbfaf8efd9f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 31 Jan 2019 12:43:39 +0100 Subject: fbdev support, console switching --- fbtools.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fbtools.c') diff --git a/fbtools.c b/fbtools.c index ec66b67..e7dc30a 100644 --- a/fbtools.c +++ b/fbtools.c @@ -285,7 +285,9 @@ gfxstate* fb_init(const char *device, char *mode) goto err; } } +#if 0 console_activate_current(); +#endif /* cls */ fb_memset(fb_mem+fb_mem_offset, 0, fb_fix.line_length * fb_var.yres); -- cgit