Model page table entries

This commit is contained in:
Philipp Oppermann
2015-12-08 22:15:32 +01:00
parent d827f51bb6
commit 14384fb27f
5 changed files with 58 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
extern crate rlibc;
extern crate spin;
extern crate multiboot2;
#[macro_use]
extern crate bitflags;
#[macro_use]
mod vga_buffer;