iPXE
|
VBE controller information. More...
#include <vesafb.h>
Data Fields | |
uint32_t | vbe_signature |
VBE signature. | |
uint8_t | vbe_minor_version |
VBE minor version. | |
uint8_t | vbe_major_version |
VBE major version. | |
struct segoff | oem_string_ptr |
Pointer to OEM string. | |
uint32_t | capabilities |
Capabilities of graphics controller. | |
struct segoff | video_mode_ptr |
Pointer to video mode list. | |
uint16_t | total_memory |
Number of 64kB memory blocks. | |
uint16_t | oem_software_rev |
VBE implementation software revision. | |
struct segoff | oem_vendor_name_ptr |
Pointer to vendor name string. | |
struct segoff | oem_product_name_ptr |
Pointer to product name string. | |
struct segoff | oem_product_rev_ptr |
Pointer to product revision string. | |
uint8_t | reserved [222] |
Reserved for VBE implementation scratch area. |
Pointer to video mode list.
Definition at line 31 of file vesafb.h.
Referenced by vesafb_mode_list().