1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:58:11 +00:00

Revert "Kernel: Add boot parameter to determine i8042 first port translation"

This reverts commit 0379742d7e.

Commit 61a385fc01 breaks the shift and
caps lock key, but depends on this one.
This commit is contained in:
Andrew Kaster 2023-12-29 21:46:34 +01:00 committed by Andrew Kaster
parent 73c8b4865e
commit 68b0826107
4 changed files with 1 additions and 17 deletions

View file

@ -67,10 +67,6 @@ has set up before booting the Kernel, don't initialize any driver.
**`none`** - Assume there's no i8042 controller in the system.
**`force`** - Assume there's i8042 controller in the system.
* **`i8042_first_port_translation`** - This parameter expects **`on`** or **`off`** and is by default set to **`off`**.
When set to **`off`**, the kernel will not enable first PS2 port translation.
When set to **`on`**, the kernel will enable first PS2 port translation.
* **`panic`** - This parameter expects **`halt`** or **`shutdown`**. This is particularly useful in CI contexts.
* **`pci`** - This parameter expects **`ecam`**, **`io`** or **`none`**. When selecting **`none`**