diff options
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 7 |
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 |