mem_map_target
area = mem_map_target(position, *numBytes, B_READ_AREA, &virtualAddress);
area = mem_map_target(position, *numBytes, B_WRITE_AREA, &virtualAddress);
static area_id mem_map_target(off_t position, size_t length, uint32 protection,