blob: eeb9d9d8a1cf0179ac24929144c463394d3b6541 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Kernel options
option SERIAL_DEBUG yes // Enable kmsg serial logging
option USER_KMSG yes // Show kmsg in user consoles
// Kernel constants
setval SCHED_NQUEUE 4 // Number of scheduler queues (for MLFQ)
// Console attributes
setval CONSOLE_BG 0x000000
setval CONSOLE_FG 0xB57614
|