X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fbootinfo.h;fp=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fbootinfo.h;h=0000000000000000000000000000000000000000;hp=bb50de114a0ac16fd5e9d9e542dd7e84c424541f;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hpb=afb634a80f946634454a5d067a92aa600227bd93 diff --git a/misc/test_vm/include/geekos/bootinfo.h b/misc/test_vm/include/geekos/bootinfo.h deleted file mode 100644 index bb50de1..0000000 --- a/misc/test_vm/include/geekos/bootinfo.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Boot information structure, passed to kernel Main() routine - * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ - * - * This is free software. You are permitted to use, - * redistribute, and modify it as specified in the file "COPYING". - */ - -#ifndef GEEKOS_BOOTINFO_H -#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 */ -}; - -#endif /* GEEKOS_BOOTINFO_H */