blob: 20c0cfcf7e9e9253d8ff95ce50613e5410be37a5 (
plain)
1
2
3
4
5
6
7
8
|
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 0x1D2021 // Background color
setval CONS_FG 0xB57614 // Foreground color
|