blob: d3a43686d469691cb4cc14e8c7f01dab5be2e640 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Kernel options
option SPECTRE_IBRS no
option SERIAL_DEBUG yes
// Kernel constants
setval SCHED_NQUEUE 4
// Console attributes
setval CONSOLE_BG 0x000000
setval CONSOLE_FG 0XB57614
|