Macro initial_pagetable

Source
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.