coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vga.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  palette
 

Variables

const struct palette default_vga_palette [0x100]
 
const unsigned char vga_font_8x16 [256][16]
 

Variable Documentation

◆ default_vga_palette

const struct palette default_vga_palette[0x100]
extern

Definition at line 1 of file vga_palette.c.

Referenced by vga_palette_init().

◆ vga_font_8x16

const unsigned char vga_font_8x16[256][16]
extern

Definition at line 12 of file vga_font_8x16.c.

Referenced by vga_font_8x16_load().