blob: a7321d8cc612dbeaef419f54bdce173597e863fe (
plain)
1
2
3
4
5
6
7
8
|
option DUMP_MEMMAP yes // 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_FG 0xB57614 // Foreground color
|