protos/efi_boot_entry: Make it use its own proto.

This commit is contained in:
lg
2026-03-11 19:22:03 -04:00
parent f6255f66ca
commit af78bbd9cb
4 changed files with 137 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ Editor control options:
bootloader on the menu when an entry is selected.
* `protocol` - The boot protocol that will be used to boot the
kernel/executable. Valid protocols are: `linux`, `limine`, `multiboot`
(or `multiboot1`), `multiboot2`, `efi`, and `bios`.
(or `multiboot1`), `multiboot2`, `efi`, `efi_boot_entry` and `bios`.
* `cmdline` - The command line string to be passed to the kernel/executable.
Can be omitted.
* `kernel_cmdline` - Alias of `cmdline`.
@@ -276,8 +276,8 @@ Editor control options:
* `resolution` - The resolution to be used. This setting takes the form of
`<width>x<height>x<bpp>`. If the resolution is not available, Limine will
pick another one automatically. Omitting `<bpp>` will default to 32.
* `reboot_for_bitlocker` - When set to true, Limine will set the `BootNext` UEFI Variable to the Windows Boot Manager boot entry and reboot.
* EFI Boot Entry protocol:
* `entry` - The name of the EFI boot entry to reboot into.
* BIOS Chainload protocol:
* `drive` - The 1-based drive to chainload, if omitted, assume boot drive.
* `partition` - The 1-based partition to chainload, if omitted, or set to 0,