docs/config: Remove mentions of TERM_CONFIG_OVERRIDE as it no longer exists

This commit is contained in:
mintsuki 2023-12-10 01:24:23 +01:00
parent d6f907dabd
commit 20d80661a2
2 changed files with 0 additions and 2 deletions

View File

@ -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.

View File

@ -99,7 +99,6 @@ static const char *VALID_KEYS[] = {
"DRIVE",
"PARTITION",
"IMAGE_PATH",
"TERM_CONFIG_OVERRIDE",
"TERM_PALETTE",
"TERM_PALETTE_BRIGHT",
"TERM_BACKGROUND",