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

@@ -1,3 +1,5 @@
mod entry;
const ENTRY_COUNT: usize = 512;
pub type PhysicalAddress = usize;