parent
9f84e37e1b
commit
c7c02d7dca
@ -0,0 +1,10 @@
|
|||||||
|
use memory::PAGE_SIZE;
|
||||||
|
|
||||||
|
const ENTRY_COUNT: usize = 512;
|
||||||
|
|
||||||
|
pub type PhysicalAddress = usize;
|
||||||
|
pub type VirtualAddress = usize;
|
||||||
|
|
||||||
|
pub struct Page {
|
||||||
|
number: usize,
|
||||||
|
}
|
Loading…
Reference in new issue