From a924304f8e6aea47e3f98e1b2a37b17b5f295a09 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 25 May 2015 14:25:01 +0200 Subject: boot multiboot from fw_cfg Signed-off-by: Paolo Bonzini --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index b593237..86bd3fd 100644 --- a/main.c +++ b/main.c @@ -29,13 +29,13 @@ static void setup_idt(void) /* Top of memory below 4GB. */ uint32_t lowmem; +struct e820map *e820; static void extract_e820(void) { int id = fw_cfg_file_id("etc/e820"); uint32_t size; int nr_map; - struct e820map *e820; int i; if (id == -1) -- cgit v1.1