mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
Everywhere: Get rid of the fbdev kernel boot argument remainders
This commit is contained in:
parent
a5cef2c41a
commit
6164729d06
14 changed files with 15 additions and 16 deletions
|
@ -81,7 +81,7 @@ has set up before booting the Kernel, don't initialize any driver.
|
|||
* **`system_mode`** - This parameter is not interpreted by the Kernel, and is made available at `/proc/system_mode`. SystemServer uses it to select the set of services that should be started. Common values are:
|
||||
- **`graphical`** (default) - Boots the system in the normal graphical mode.
|
||||
- **`self-test`** - Boots the system in self-test, validation mode.
|
||||
- **`text`** - Boots the system in text only mode. (You may need to also set **`fbdev=off`**.)
|
||||
- **`text`** - Boots the system in text only mode. (You may need to also set **`graphics_subsystem_mode=off`**.)
|
||||
|
||||
* **`time`** - This parameter expects one of the following values. **`modern`** - This configures the system to attempt
|
||||
to use High Precision Event Timer (HPET) on boot. **`legacy`** - Configures the system to use the legacy programmable interrupt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue