coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vbe_info_t Struct Reference
Collaboration diagram for vbe_info_t:
Collaboration graph

Data Fields

char signature [4]
 
u16 version
 
u8oem_string_ptr
 
u32 capabilities
 
u16 video_mode_list [256]
 
u16 total_memory
 

Detailed Description

Definition at line 60 of file vbe.c.

Field Documentation

◆ capabilities

u32 vbe_info_t::capabilities

Definition at line 64 of file vbe.c.

◆ oem_string_ptr

u8* vbe_info_t::oem_string_ptr

Definition at line 63 of file vbe.c.

◆ signature

char vbe_info_t::signature[4]

Definition at line 61 of file vbe.c.

◆ total_memory

u16 vbe_info_t::total_memory

Definition at line 67 of file vbe.c.

◆ version

u16 vbe_info_t::version

Definition at line 62 of file vbe.c.

◆ video_mode_list

u16 vbe_info_t::video_mode_list[256]

Definition at line 65 of file vbe.c.


The documentation for this struct was generated from the following file: