mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Kernel: Change PCI access commandline option to also represent no access
This change allow the user to request the kernel to not use any PCI resources/devices at all. Also, don't try to initialize devices that rely on PCI if disabled.
This commit is contained in:
parent
6bf59cbb1b
commit
f6e635938f
5 changed files with 25 additions and 8 deletions
|
@ -56,7 +56,8 @@ List of options:
|
|||
|
||||
* **`panic`** - This parameter expects **`halt`** or **`shutdown`**. This is particularly useful in CI contexts.
|
||||
|
||||
* **`pci_ecam`** - This parameter expects **`on`** or **`off`**.
|
||||
* **`pci`** - This parameter expects **`ecam`**, **`io`** or **`none`**. When selecting **`none`**
|
||||
the kernel will not use PCI resources/devices.
|
||||
|
||||
* **`root`** - This parameter configures the device to use as the root file system. It defaults to **`/dev/hda`** if unspecified.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue