Module configurator

Source
Available on crate features elf or pe or bzimage only.
Expand description

Traits and structs for configuring and loading boot parameters.

Modules§

linuxx86 or x86-64
Traits and structs for configuring and loading boot parameters on x86_64 using the Linux boot protocol.
pvh(x86 or x86-64) and (elf or bzimage)
Traits and structs for configuring and loading boot parameters on x86_64 using the PVH boot protocol.

Structs§

BootParams
Boot parameters to be written in guest memory.

Enums§

Error
Errors specific to boot protocol configuration.

Traits§

BootConfigurator
Trait that defines interfaces for building (TBD) and configuring boot parameters.

Type Aliases§

Result
Specialized Result type for the boot configurator.