X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fbootinfo.h;h=5087f6f139e07168ae127e60368db9228dd293f9;hb=190b2ef9470c23c275754b74745933d973f8c439;hp=bb50de114a0ac16fd5e9d9e542dd7e84c424541f;hpb=701de97007c8b6776998eeab78469a4304f6b871;p=palacios.git diff --git a/palacios/include/geekos/bootinfo.h b/palacios/include/geekos/bootinfo.h index bb50de1..5087f6f 100644 --- a/palacios/include/geekos/bootinfo.h +++ b/palacios/include/geekos/bootinfo.h @@ -1,7 +1,7 @@ /* * Boot information structure, passed to kernel Main() routine * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -11,8 +11,11 @@ #define GEEKOS_BOOTINFO_H struct Boot_Info { - int bootInfoSize; /* size of this struct; for versioning */ - int memSizeKB; /* number of KB, as reported by int 15h */ + int bootInfoSize; /* size of this struct; for versioning */ + int vmm_size; + int guest_load_addr; + int guest_size; + int memSizeKB; /* number of KB, as reported by int 15h */ }; #endif /* GEEKOS_BOOTINFO_H */