Expand description

Traits and structs for loading kernels into guest memory.

  • KernelLoader: load kernel image into guest memory.
  • KernelLoaderResult: structure passed to the VMM to assist zero page construction and boot environment setup.
  • Elf: elf image loader.
  • BzImage: bzImage loader.
  • PE: PE image loader.

Re-exports

pub use crate::cmdline::Cmdline;

Modules

Traits and structs for loading elf image kernels into guest memory.

Structs

Enums

Kernel loader errors.

Traits

Trait that specifies kernel image loading support.

Functions

Writes the command line string to the given guest memory slice.

Type Definitions

A specialized Result type for the kernel loader.