:: commit b9e7d51c6b17dad60028b9010fe2c10f26a49bb2

Andy-Python-Programmer <andypythonappdeveloper@gmail.com> — 2021-09-10 03:55

parents: 60811e70d6

readme and config: document support for multiboot2

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
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
tab: 248 wrap: offon