From d594e7264d740e5a316260e9408d6ab51b6adea9 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 10 Oct 2025 21:51:10 -0400 Subject: conf: Beautify default boot w/ console + log tweak - Do not dump memory map by default - Use a gruvbox style theme for the console Signed-off-by: Ian Moffett --- src/sys/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sys/conf/GENERIC b/src/sys/conf/GENERIC index a7321d8..20c0cfc 100644 --- a/src/sys/conf/GENERIC +++ b/src/sys/conf/GENERIC @@ -1,8 +1,8 @@ -option DUMP_MEMMAP yes // Dump memory map on boot +option DUMP_MEMMAP no // Dump memory map on boot // PCI switches and knobs setval PCI_MAX_BUS 8 // Max buses to scan on boot // Default console attributes -setval CONS_BG 0x000000 // Background color +setval CONS_BG 0x1D2021 // Background color setval CONS_FG 0xB57614 // Foreground color -- cgit v1.2.3