Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Firmware ¶
type Firmware int
Firmware describes a kind of firmware attempting to boot.
This should only be used for selecting the right bootloader, kernel selection should key off the more generic architecture.
const ( FirmwareUnsupported Firmware = iota // Unsupported FirmwareX86PC // "Classic" x86 BIOS with PXE/UNDI support FirmwareX86EFI // EFI x86 FirmwareARMEFI // EFI ARM64 FirmwareX86Ipxe // "Classic" x86 BIOS running iPXE (no UNDI support) FirmwareX86HTTP // HTTP Boot X86 FirmwareARMHTTP // ARM64 HTTP Boot )
The bootloaders that we know how to handle.
Click to show internal directories.
Click to hide internal directories.