From a1b41f955c3082ac6b05f578e2d9aa9e427a2271 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 23 May 2024 21:42:24 -0400 Subject: kernel: syslog: Add kernel message buffer This commit introduces the kernel message buffer and makes system messages no longer be written to the TTY after kernel init. The kernel message buffer can be read from /proc/kmsg 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 b4fb29d..032519d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -6,3 +6,4 @@ option PANIC_BEEP yes // Kernel constants setval PANIC_BEEP_HZ 1050 setval SCHED_NQUEUE 4 +setval KMSG_BUF_SHIFT 16 -- cgit v1.2.3