Print available memory areas using multiboot info

This commit is contained in:
Philipp Oppermann
2015-11-13 15:04:29 +01:00
parent 73aa41e25e
commit 33fdbce530
3 changed files with 57 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ crate-type = ["staticlib"]
[dependencies]
rlibc = "0.1.4"
spin = "0.3.4"
[dependencies.multiboot2]
git = "https://github.com/phil-opp/multiboot2-elf64"