diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-10 21:51:10 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-10 21:51:10 -0400 |
commit | d594e7264d740e5a316260e9408d6ab51b6adea9 (patch) | |
tree | 89a19627a7d79468e3a22e5a999e05c56b855c6c /src | |
parent | 2ada5821e92c5cce8c8295bbdaf0002d2851cfae (diff) |
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 <ian@osmora.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/conf/GENERIC | 4 |
1 files 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 |