[−][src]Trait sunrise_bootstrap::paging::VirtualSpaceLand
A trait describing the splitting of virtual memory between Kernel and User. Implemented by UserLand and KernelLand
Required methods
fn start_addr() -> VirtualAddress
The first address in this land.
fn end_addr() -> VirtualAddress
The last address in this land.
Provided methods
fn start_table() -> usize
The index in page directory of the first table of this land
fn end_table() -> usize
The index in page directory of the last table of this land