mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-25 01:49:52 +03:00
docs/config: Remove mentions of TERM_CONFIG_OVERRIDE as it no longer exists
This commit is contained in:
parent
d6f907dabd
commit
20d80661a2
@ -123,7 +123,6 @@ 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.
|
||||
* `KASLR` - For relocatable kernels, if set to `no`, disable kernel address space layout randomisation. KASLR is enabled by default.
|
||||
* `TERM_CONFIG_OVERRIDE` - If set to `yes`, override the terminal configuration for this entry. Resets all the `TERM_*` assignments to default and allows setting them anew inside the entry. Note that without this, Limine will never look for terminal configuration settings inside entries.
|
||||
|
||||
* Chainload protocol on BIOS:
|
||||
* `DRIVE` - The 1-based drive to chainload, if omitted, assume boot drive.
|
||||
|
@ -99,7 +99,6 @@ static const char *VALID_KEYS[] = {
|
||||
"DRIVE",
|
||||
"PARTITION",
|
||||
"IMAGE_PATH",
|
||||
"TERM_CONFIG_OVERRIDE",
|
||||
"TERM_PALETTE",
|
||||
"TERM_PALETTE_BRIGHT",
|
||||
"TERM_BACKGROUND",
|
||||
|
Loading…
Reference in New Issue
Block a user