rusty_mos::memory::pmap

Function alloc

Source
fn alloc(
    freemem: &mut usize,
    memsize: usize,
    n: usize,
    align: usize,
    clear: bool,
) -> *mut PageNode
Expand description

Alloc needed memorys in kernel mode. Only use it before the page-manager is ready to use.

The freemem will be updated to mark the memory used.