From d164ed5baac60f21e0435ae49d20009ee8cd6dc1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 17 May 2024 13:18:01 -0400 Subject: build: Introduce kconf for kernel configuration The kernel will be configured by a per-arch config file. The config file for the AMD64 port exists at sys/arch/amd64/conf/GENERIC Signed-off-by: Ian Moffett --- sys/arch/amd64/conf/GENERIC | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/arch/amd64/conf/GENERIC (limited to 'sys/arch/amd64/conf/GENERIC') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC new file mode 100644 index 0000000..0baff12 --- /dev/null +++ b/sys/arch/amd64/conf/GENERIC @@ -0,0 +1,7 @@ +// Kernel options +option SPECTRE_MITIGATION no +option SERIAL_DEBUG yes +option PANIC_BEEP yes + +// Kernel constants +setval PANIC_BEEP_HZ 1050 -- cgit v1.2.3