mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Model page table entries
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
mod entry;
|
||||
|
||||
const ENTRY_COUNT: usize = 512;
|
||||
|
||||
pub type PhysicalAddress = usize;
|
||||
|
||||
Reference in New Issue
Block a user