Create README.md

This commit is contained in:
RKennedy9064 2020-03-12 17:23:40 -05:00 committed by GitHub
parent 460c13c5bb
commit a78cdfe436

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# 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.