pub fn sys_object_map(
    handle: Option<ObjID>,
    id: ObjID,
    slot: usize,
    prot: Protections,
    flags: MapFlags
) -> Result<usize, ObjectMapError>
Expand description

Map an object into the address space with the specified protections.