X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fbootinfo.h;h=c171095c882afc6556d9649c828711e9a1a5499a;hb=7ffbdc2bda6e2bc85100f313c48545a2733108f9;hp=5087f6f139e07168ae127e60368db9228dd293f9;hpb=190b2ef9470c23c275754b74745933d973f8c439;p=palacios.releases.git diff --git a/palacios/include/geekos/bootinfo.h b/palacios/include/geekos/bootinfo.h index 5087f6f..c171095 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.3 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -13,8 +13,6 @@ 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 */ };