X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fbootinfo.h;h=1209418418d9ff94fbf44a12825880e4f3b51010;hb=4b93282ac2e60cd4d74b1e0be8ac758933140413;hp=bb50de114a0ac16fd5e9d9e542dd7e84c424541f;hpb=626595465a2c6987606a6bc697df65130ad8c2d3;p=palacios.git diff --git a/palacios/include/geekos/bootinfo.h b/palacios/include/geekos/bootinfo.h index bb50de1..1209418 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.5 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -11,8 +11,13 @@ #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 memSizeKB; /* number of KB, as reported by int 15h */ + + /*Zheng 08/02/2008*/ + unsigned long ramdisk_image; /*ramdisk load addr*/ + unsigned long ramdisk_size; }; #endif /* GEEKOS_BOOTINFO_H */