Searched defs:CBootInitialEntry (Results 1 – 1 of 1) sorted by relevance
159 struct CBootInitialEntry struct161 bool Bootable;162 Byte BootMediaType;163 UInt16 LoadSegment;169 Byte SystemType; // This must be a copy of byte 5 (System Type) from the171 UInt16 SectorCount; // This is the number of virtual/emulated sectors the system173 UInt32 LoadRBA; // This is the start address of the virtual disk. CDs use176 Byte VendorSpec[20];178 UInt32 GetSize() const in GetSize()