Home
last modified time | relevance | path

Searched defs:CBootInitialEntry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.h159 struct CBootInitialEntry struct
161 bool Bootable;
162 Byte BootMediaType;
163 UInt16 LoadSegment;
169 Byte SystemType; // This must be a copy of byte 5 (System Type) from the
171 UInt16 SectorCount; // This is the number of virtual/emulated sectors the system
173 UInt32 LoadRBA; // This is the start address of the virtual disk. CDs use
176 Byte VendorSpec[20];
178 UInt32 GetSize() const in GetSize()