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

Kernel: Add CommandLine option to disable or enable the PC speaker

By default, we disable the PC speaker as it's quite annoying when using
the text mode console.
This commit is contained in:
Liav A 2022-01-22 12:29:55 +02:00 committed by Linus Groh
parent 8dbbef9b5c
commit 69f054616d
5 changed files with 19 additions and 0 deletions

View file

@ -60,6 +60,8 @@ List of options:
* **`root`** - This parameter configures the device to use as the root file system. It defaults to **`/dev/hda`** if unspecified.
* **`pcspeaker`** - This parameter controls whether the kernel can use the PC speaker or not. It defaults to **`off`** and can be set to **`on`** to enable the PC speaker.
* **`smp`** - This parameter expects a binary value of **`on`** or **`off`**. If enabled kernel will
enable available APs (application processors) and use them with the BSP (Bootstrap processor) to
schedule and run threads.