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

@@ -21,6 +21,7 @@ extern crate spin;
extern crate multiboot2;
#[macro_use]
extern crate bitflags;
extern crate x86;
#[macro_use]
mod vga_buffer;