mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Fix unmap function by flushing the TLB
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user