From 41ffd6fc5b7df86d748dbdc49f73431b72240e71 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 19 Jul 2025 03:32:03 -0400 Subject: kernel: kconf: Seperate shared options to sys/conf Signed-off-by: Ian Moffett --- sys/arch/aarch64/conf/GENERIC | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/arch/aarch64') diff --git a/sys/arch/aarch64/conf/GENERIC b/sys/arch/aarch64/conf/GENERIC index eeb9d9d..702a248 100644 --- a/sys/arch/aarch64/conf/GENERIC +++ b/sys/arch/aarch64/conf/GENERIC @@ -1,10 +1,3 @@ // Kernel options option SERIAL_DEBUG yes // Enable kmsg serial logging option USER_KMSG yes // Show kmsg in user consoles - -// Kernel constants -setval SCHED_NQUEUE 4 // Number of scheduler queues (for MLFQ) - -// Console attributes -setval CONSOLE_BG 0x000000 -setval CONSOLE_FG 0xB57614 -- cgit v1.2.3