1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 12:08:14 +00:00

Kernel/HID: Add boot option to disable PS2 Mouse

This commit is contained in:
Liav A 2022-03-05 13:58:10 +02:00 committed by Jelle Raaijmakers
parent 95bf6ddb8e
commit 83835c7256
4 changed files with 10 additions and 1 deletions

View file

@ -28,6 +28,8 @@ List of options:
during the boot sequence. Leaving only the AHCI and Ram Disk controllers.
* **`disable_physical_storage`** - If present on the command line, neither AHCI, or IDE controllers will be initialized on boot.
* **`disable_ps2_mouse`** - If present on the command line, no PS2 mouse will be attached.
* **`disable_uhci_controller`** - If present on the command line, the UHCI controller will not be initialized on boot.