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

create_mapper_from_root_pub

Function create_mapper_from_root_pub 

Source
pub unsafe fn create_mapper_from_root_pub(page_table_root: u64) -> PageMapper
Expand description

Public wrapper around create_mapper_from_root for use by other kernel modules (e.g., process creation for writing to user stack).

§Safety

Same requirements as [create_mapper_from_root].