coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vbe_mode_info_t Struct Reference

#include <vbe.h>

Collaboration diagram for vbe_mode_info_t:
Collaboration graph

Data Fields

u16 video_mode
 
union {
   vesa_mode_info_t   vesa
 
   u8   mode_info_block [256]
 
}; 
 

Detailed Description

Definition at line 74 of file vbe.h.

Field Documentation

◆ 

union { ... }

◆ mode_info_block

u8 vbe_mode_info_t::mode_info_block[256]

Definition at line 78 of file vbe.h.

◆ vesa

vesa_mode_info_t vbe_mode_info_t::vesa

Definition at line 77 of file vbe.h.

◆ video_mode

u16 vbe_mode_info_t::video_mode

Definition at line 75 of file vbe.h.


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