From b9e7d51c6b17dad60028b9010fe2c10f26a49bb2 Mon Sep 17 00:00:00 2001 From: Andy-Python-Programmer Date: Fri, 10 Sep 2021 13:55:32 +1000 Subject: [PATCH] readme and config: document support for multiboot2 Signed-off-by: Andy-Python-Programmer --- CONFIG.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index b292ca7a..c1fe14ad 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -87,7 +87,7 @@ Some keys take *URIs* as values; these are described in the next section. *Locally assignable (non protocol specific)* keys are: * `COMMENT` - An optional comment string that will be displayed by the bootloader on the menu when an entry is selected. -* `PROTOCOL` - The boot protocol that will be used to boot the kernel. Valid protocols are: `linux`, `stivale`, `stivale2`, `chainload`, `multiboot` or `multiboot1`. +* `PROTOCOL` - The boot protocol that will be used to boot the kernel. Valid protocols are: `linux`, `stivale`, `stivale2`, `chainload`, `multiboot` or `multiboot1` and `multiboot2`. * `CMDLINE` - The command line string to be passed to the kernel. Can be omitted. * `KERNEL_CMDLINE` - Alias of `CMDLINE`. diff --git a/README.md b/README.md index e9ca3f47..07248803 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Like Limine and want to support it? Donate Bitcoin to * stivale and stivale2 (Limine's native boot protocols, see [their specifications](https://github.com/stivale/stivale) for details) * Linux * Multiboot 1 +* Multiboot 2 * Chainloading ### Supported filesystems