Finish VGA Buffer

This commit is contained in:
2021-12-01 16:47:28 +08:00
parent 16fc355843
commit e4470bc04c
7 changed files with 48 additions and 5 deletions

9
Cargo.lock generated
View File

@@ -5,3 +5,12 @@ version = 3
[[package]]
name = "anos"
version = "0.1.0"
dependencies = [
"bootloader",
]
[[package]]
name = "bootloader"
version = "0.9.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c452074efc3c0bfb241fb7bc87df04741c7c85e926f6a07c05f8fbd6008240"