1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

Base: Update possible values for ahci_reset_mode kernel boot option

- `controller` is now called `controllers`
- `complete` is now called `aggressive`
- `none` is no longer a recognized value
This commit is contained in:
Linus Groh 2022-01-26 20:55:10 +00:00
parent c05feaaa74
commit 8aa723d159

View file

@ -18,8 +18,8 @@ List of options:
* **`acpi`** - This parameter expects one of the following values. **`on`** - Boot with full ACPI support, using ACPI
Machine Language interpretation (default). **`limited`** - Boot with limited ACPI support. **`off`** - Don't initialize ACPI at all.
* **`ahci_reset_mode`** - This parameter expects one of the following values. **`controller`** - Reset just the AHCI controller on boot.
**`none`** - Don't perform any AHCI reset. **`complete`** - Reset the AHCI controller, and all AHCI ports on boot.
* **`ahci_reset_mode`** - This parameter expects one of the following values. **`controllers`** - Reset just the AHCI controller on boot (default).
**`aggressive`** - Reset the AHCI controller, and all AHCI ports on boot.
* **`boot_prof`** - If present on the command line, global system profiling will be enabled
as soon as possible during the boot sequence. Allowing you to profile startup of all applications.