X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_multiboot.h;h=7feeb50ccd6960f101195aa617bc5e392acf968a;hb=de5c2110458436a9300aa0a171dbbe83e415ee4d;hp=f4aaac130728b6406bfad32802ca5c2b76de4151;hpb=142b59ca44b3d00f0479910c986f6791216651e7;p=palacios.releases.git 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;