Searched defs:DOSHeader (Results 1 – 2 of 2) sorted by relevance
566 struct DOSHeader { struct567 uint16_t Magic;568 uint16_t UsedBytesInTheLastPage;569 uint16_t FileSizeInPages;570 uint16_t NumberOfRelocationItems;571 uint16_t HeaderSizeInParagraphs;572 uint16_t MinimumExtraParagraphs;573 uint16_t MaximumExtraParagraphs;574 uint16_t InitialRelativeSS;575 uint16_t InitialSP;[all …]
94 object::dos_header DOSHeader; member