Searched defs:modeinfoblock (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/i386/libi386/ |
H A D | vbe.h | 55 struct modeinfoblock { struct 57 uint16_t ModeAttributes; 58 uint8_t WinAAttributes, WinBAttributes; 59 uint16_t WinGranularity, WinSize, WinASegment, WinBSegment; 60 uint32_t WinFuncPtr; 61 uint16_t BytesPerScanLine; 63 uint16_t XResolution, YResolution; 64 uint8_t XCharSize, YCharSize, NumberOfPlanes, BitsPerPixel; 65 uint8_t NumberOfBanks, MemoryModel, BankSize, NumberOfImagePages; 66 uint8_t Reserved1; [all …]
|