Module linux_loader::configurator
source · Available on crate features
elf or pe or bzimage only.Expand description
Traits and structs for configuring and loading boot parameters.
- BootConfigurator: configure boot parameters.
- LinuxBootConfigurator: Linux boot protocol parameters configurator.
- PvhBootConfigurator: PVH boot protocol parameters configurator.
Modules§
- linux
x86 or x86-64 Traits and structs for configuring and loading boot parameters onx86_64using the Linux boot protocol. - pvh
(x86 or x86-64) and ( elforbzimage)Traits and structs for configuring and loading boot parameters onx86_64using the PVH boot protocol.
Structs§
- Boot parameters to be written in guest memory.
Enums§
- Errors specific to boot protocol configuration.
Traits§
- Trait that defines interfaces for building (TBD) and configuring boot parameters.
Type Aliases§
- Specialized
Resulttype for the boot configurator.