mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Separate framebuffers from bootmode
Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit.
This commit is contained in:
parent
314b8a374b
commit
542a88a7be
Notes:
sideshowbarker
2024-07-18 01:52:36 +09:00
Author: https://github.com/BenWiederhake
Commit: 542a88a7be
Pull-request: https://github.com/SerenityOS/serenity/pull/10607
Reviewed-by: https://github.com/ADKaster ✅
16 changed files with 26 additions and 26 deletions
|
@ -38,6 +38,8 @@ List of options:
|
|||
|
||||
* **`disable_virtio`** - If present on the command line, virtio devices will not be detected, and initialized on boot.
|
||||
|
||||
* **`fbdev`** - This parameter expects **`on`** or **`off`**.
|
||||
|
||||
* **`force_pio`** - If present on the command line, the IDE controllers will be force into PIO mode when initialized IDE Channels on boot.
|
||||
|
||||
* **`hpet`** - This parameter expects one of the following values. **`periodic`** - The High Precision Event Timer should
|
||||
|
@ -68,7 +70,3 @@ List of options:
|
|||
## See also
|
||||
|
||||
* [`SystemServer`(7)](../man7/SystemServer.md).
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue