[][src]Crate vga

This crate provides vga specific functions, data structures, and access to various registers.

Memory addresses 0xA0000 -> 0xBFFFF must be readable and writeable this crate to work properly.

Re-exports

pub use self::vga::VGA;

Modules

colors

Common color structures used in vga.

vga

Provides access to the vga graphics card.

Structs

Graphics640x480x16

A basic interface for interacting with vga graphics mode 640x480x16

Text40x25

A basic interface for interacting with vga text mode 40x25

Text40x50

A basic interface for interacting with vga text mode 40x50

Text80x25

A basic interface for interacting with vga text mode 80x25