Update the VGA buffer post for the second edition

This commit is contained in:
Philipp Oppermann
2018-02-28 14:14:13 +01:00
parent fab439d6a3
commit 557b869aa4
8 changed files with 414 additions and 316 deletions

View File

@@ -4,6 +4,13 @@ name = "blog_os"
version = "0.2.0"
[dependencies]
rlibc = "1.0"
spin = "0.4.6"
volatile = "0.2.3"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
# the profile used for `cargo build`
[profile.dev]