From a78cdfe4360632852ec18b3e90ad8e47b7873fb4 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 17:23:40 -0500 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..371a9dd --- /dev/null +++ b/README.md @@ -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.