macro_rules! initial_pagetable {
($value:expr) => { ... };
}Expand description
Provides an initial pagetable which can be used before any Rust code is run.
The initial-pagetable feature must be enabled for this to be used.
macro_rules! initial_pagetable {
($value:expr) => { ... };
}Provides an initial pagetable which can be used before any Rust code is run.
The initial-pagetable feature must be enabled for this to be used.