From: Kyle Hale Date: Mon, 31 Aug 2015 19:51:32 +0000 (-0500) Subject: multiboot memory header corrections X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=f5c4d198501cfa5563c399b536f7ea5a5f61a93e multiboot memory header corrections --- diff --git a/palacios/include/palacios/vmm_multiboot.h b/palacios/include/palacios/vmm_multiboot.h index f4aaac1..7feeb50 100644 --- a/palacios/include/palacios/vmm_multiboot.h +++ b/palacios/include/palacios/vmm_multiboot.h @@ -190,8 +190,10 @@ typedef struct mb_info_cmdline { #define MEM_RAM 1 +#define MEM_RESV 2 #define MEM_ACPI 3 -#define MEM_RESV 4 +#define MEM_NVS 4 +#define MEM_BAD 6 typedef struct mb_info_memmap_entry { uint64_t base_addr;