Crate bootloader

Source
Expand description

An experimental x86_64 bootloader that works on both BIOS and UEFI systems.

Structsยง

BiosBoot
Create disk images for booting on legacy BIOS systems.
BootConfig
Configures the boot behavior of the bootloader.
DiskImageBuilder
Allows creating disk images for a specified set of files.
UefiBoot
Create disk images for booting on UEFI systems.