diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-23 20:36:01 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-23 20:36:01 -0400 |
commit | 4a87b750d5203d933aedc2f48e0b1ccd1956d97f (patch) | |
tree | a124925fb09ff7c09c3204643b2ae95cd6d21dc4 /sys/arch/aarch64 | |
parent | 3578da5681a5b4aa85c12ca6151988369250a73c (diff) |
kernel: conf: Default to console fg of #B57614main
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/aarch64')
-rw-r--r-- | sys/arch/aarch64/conf/GENERIC | 4 |
1 files changed, 4 insertions, 0 deletions
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 |