map_memory

Function map_memory 

Source
pub fn map_memory(
    name: &str,
    size: target_ulong,
    addr: target_ptr_t,
) -> Result<(), Error>
Expand description

Map RAM into the system at a given physical address