⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

register_lazy

Function register_lazy 

Source
pub fn register_lazy(
    start_vaddr: usize,
    size: usize,
    flags: PageFlags,
    backing: BackingType,
)
Expand description

Register a lazy mapping via the global manager.