set_direct_boot_registers_arm64

Function set_direct_boot_registers_arm64 

Source
pub fn set_direct_boot_registers_arm64(
    importer: &mut impl ImageLoad<Aarch64Register>,
    load_info: &LoadInfo,
) -> Result<(), Error>
Expand description

Load the configuration info and registers for the Linux kernel based on the provided LoadInfo. Parameters:

  • importer - The importer to use.
  • load_info - The kernel load info that contains information on where the kernel and initrd are.
  • vtl - The target VTL.