Module loader

Source
Expand description

Boot loading re-exports

This mainly provides the function load_boot_option, which will redirect Configs to the respective boot loaders depending on the action set. It is essentially a wrapper around running the run() method on the Config’s action field.

Modules§

efi
The boot loader for EFI executables
tftp
The boot loader for network executables (really EFI loaded over network)

Enums§

LoadError
An Error that may result from loading an image.

Functions§

load_boot_option
Loads a boot option given a Config.