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/amd64 | |
parent | 3578da5681a5b4aa85c12ca6151988369250a73c (diff) |
kernel: conf: Default to console fg of #B57614main
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
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 |