load

Function load 

Source
pub fn load<B>(bus: &B, elf_data: &[u8]) -> Result<(), Error>
where B: Bus<u64, u8>,
Expand description

Attempts to parse elf_data as an ELF file and store the contents of all of its loadable segments into appropriate addresses on the bus.