From 69f054616d3c5bbcf8c4d3ba4546ee5ec0b82c36 Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 22 Jan 2022 12:29:55 +0200 Subject: 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. --- Kernel/CommandLine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Kernel/CommandLine.h') diff --git a/Kernel/CommandLine.h b/Kernel/CommandLine.h index f28b97a0de..492650e781 100644 --- a/Kernel/CommandLine.h +++ b/Kernel/CommandLine.h @@ -71,6 +71,7 @@ public: [[nodiscard]] bool is_vmmouse_enabled() const; [[nodiscard]] PCIAccessLevel pci_access_level() const; [[nodiscard]] bool is_legacy_time_enabled() const; + [[nodiscard]] bool is_pc_speaker_enabled() const; [[nodiscard]] FrameBufferDevices are_framebuffer_devices_enabled() const; [[nodiscard]] bool is_force_pio() const; [[nodiscard]] AcpiFeatureLevel acpi_feature_level() const; -- cgit v1.2.3