From 8d1e5ffe355b0e0bbb60fa88d306304a1746bc8c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 7 Jul 2024 21:56:41 -0400 Subject: kernel/amd64: Add serial debug logging Signed-off-by: Ian Moffett --- sys/arch/amd64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arch/amd64/conf') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a7bbc81..19c9a62 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,5 +1,6 @@ // Kernel options option SPECTRE_IBRS no +option SERIAL_DEBUG yes // Kernel constants setval SCHED_NQUEUE 4 -- cgit v1.2.3