Searched defs:modeinfoblock (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vbe.h | 58 struct modeinfoblock { struct 60 uint16_t ModeAttributes; 61 uint8_t WinAAttributes, WinBAttributes; 62 uint16_t WinGranularity, WinSize, WinASegment, WinBSegment; 63 uint32_t WinFuncPtr; 64 uint16_t BytesPerScanLine; 66 uint16_t XResolution, YResolution; 67 uint8_t XCharSize, YCharSize, NumberOfPlanes, BitsPerPixel; 68 uint8_t NumberOfBanks, MemoryModel, BankSize, NumberOfImagePages; 69 uint8_t Reserved1; [all …]
|