Function load

Source
pub fn load(
    importer: &mut dyn ImageLoad<X86Register>,
    image: Option<&[u8]>,
    max_ram_below_4gb: Option<u64>,
) -> Result<(), Error>
Expand description

Load a PCAT BIOS image with the provided config type.

In cases where the image is preloaded into RAM or is being provided by a ROM, image can be set to None.