blob: db3ce4cf9e7cc616d1486c1e11c57ea71fc9ae46 (
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 0x009800
|