X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fbootinfo.h;h=8583f843aff16a60b53549d72b446ebfd7f14428;hb=9499a207c37ebd0eac1e9f62b4600c448101d7b0;hp=5087f6f139e07168ae127e60368db9228dd293f9;hpb=190b2ef9470c23c275754b74745933d973f8c439;p=palacios.git diff --git a/palacios/include/geekos/bootinfo.h b/palacios/include/geekos/bootinfo.h index 5087f6f..8583f84 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.2 $ + * $Revision: 1.7 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -13,9 +13,11 @@ struct Boot_Info { 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 */ + + /*Zheng 08/02/2008*/ + unsigned long ramdisk_image; /*ramdisk load addr*/ + unsigned long ramdisk_size; }; #endif /* GEEKOS_BOOTINFO_H */