readme and config: document support for multiboot2

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
This commit is contained in:
Andy-Python-Programmer 2021-09-10 13:55:32 +10:00
parent 60811e70d6
commit b9e7d51c6b
No known key found for this signature in database
GPG Key ID: 80E0357347554B89
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Some keys take *URIs* as values; these are described in the next section.
*Locally assignable (non protocol specific)* keys are: *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. * `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. * `CMDLINE` - The command line string to be passed to the kernel. Can be omitted.
* `KERNEL_CMDLINE` - Alias of `CMDLINE`. * `KERNEL_CMDLINE` - Alias of `CMDLINE`.

View File

@ -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) * stivale and stivale2 (Limine's native boot protocols, see [their specifications](https://github.com/stivale/stivale) for details)
* Linux * Linux
* Multiboot 1 * Multiboot 1
* Multiboot 2
* Chainloading * Chainloading
### Supported filesystems ### Supported filesystems