Crate vga

Source
Expand description

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.

Modulesยง

colors
Common color structures used in vga programming.
configurations
Common video configurations used in vga programming.
drawing
Common functionality for drawing in vga graphics mode. Original implementation here https://github.com/expenses/line_drawing.
fonts
Common font structures used in vga programming.
registers
Common registers used in vga programming.
vga
Provides access to the vga graphics card.
writers
Writers for common vga modes.