blob: a716ac2977f7770d0549a1a72d6fb8e0907c6ae1 (
plain)
1
2
3
4
5
6
|
// 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)
|