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/conf/GENERIC | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/conf/GENERIC (limited to 'sys/conf/GENERIC') diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC new file mode 100644 index 0000000..5734c43 --- /dev/null +++ b/sys/conf/GENERIC @@ -0,0 +1,9 @@ +// Kernel options +option PANIC_SCR no // Clear screen on panic + +// 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