aboutsummaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-05-17 13:18:01 -0400
committerIan Moffett <ian@osmora.org>2024-05-17 13:18:01 -0400
commitd164ed5baac60f21e0435ae49d20009ee8cd6dc1 (patch)
treefbb4b9ae732c7a3b99723fe4f34449db78a524f2 /sys/arch/amd64
parent406d49ec0346e4c8a55109fd698e8364f16cfada (diff)
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 <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/GENERIC7
1 files changed, 7 insertions, 0 deletions
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