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 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/arch/aarch64/conf/GENERIC') 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 -- cgit v1.2.3