pub fn sys_object_map( handle: Option<ObjID>, id: ObjID, slot: usize, prot: Protections, flags: MapFlags, ) -> Result<usize>
Map an object into the address space with the specified protections.