Fix unmap function by flushing the TLB

This commit is contained in:
Philipp Oppermann
2015-12-09 15:03:29 +01:00
parent 8bb09f47f8
commit 75264e7cac
4 changed files with 20 additions and 4 deletions

View File

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