pub fn load<B>(bus: &B, elf_data: &[u8]) -> Result<(), Error>where B: Bus<u64, u8>,
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.
elf_data
bus