From 4a87b750d5203d933aedc2f48e0b1ccd1956d97f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 23 Jun 2025 20:36:01 -0400 Subject: kernel: conf: Default to console fg of #B57614 Signed-off-by: Ian Moffett --- sys/arch/aarch64/conf/GENERIC | 4 ++++ sys/arch/amd64/conf/GENERIC | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/aarch64/conf/GENERIC b/sys/arch/aarch64/conf/GENERIC index a716ac2..eeb9d9d 100644 --- a/sys/arch/aarch64/conf/GENERIC +++ b/sys/arch/aarch64/conf/GENERIC @@ -4,3 +4,7 @@ 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 diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 7a28038..69e071a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -14,4 +14,4 @@ setval SCHED_NQUEUE 4 // Number of scheduler queues (for MLFQ) // Console attributes setval CONSOLE_BG 0x000000 -setval CONSOLE_FG 0x009800 +setval CONSOLE_FG 0xB57614 -- cgit v1.2.3