Go to file
2020-03-12 17:23:40 -05:00
.github/workflows Update rust.yml 2020-03-12 16:54:15 -05:00
src Removed test mod 2020-03-12 14:38:32 -05:00
testing Removed dependency for now 2020-03-12 17:17:25 -05:00
.gitignore Basic testing groundwork 2020-03-12 13:34:48 -05:00
Cargo.toml Basic testing groundwork 2020-03-12 13:34:48 -05:00
README.md Create README.md 2020-03-12 17:23:40 -05:00
rust-toolchain Initial commit 2020-03-12 12:10:18 -05:00

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.