From 7abb12f60eb3069019e9497e193733d77d8f0722 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 3 Jun 2011 17:12:52 -0500 Subject: Properly detect the presence of a vga device. --- init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'init.c') diff --git a/init.c b/init.c index 72277e0..b2c4f5a 100644 --- a/init.c +++ b/init.c @@ -59,6 +59,7 @@ static unsigned long page_dir[1024] __attribute__((aligned(PAGE_SIZE))); struct hwrpb_combine hwrpb __attribute__((aligned(PAGE_SIZE))); void *last_alloc; +bool have_vga; static void * alloc (unsigned long size, unsigned long align) -- cgit v1.1