blob: 5734c43a9aa3173c8f065309f51367cb316d1df3 (
plain)
1
2
3
4
5
6
7
8
9
|
// Kernel options
option PANIC_SCR no // Clear screen on panic
// Kernel constants
setval SCHED_NQUEUE 4 // Number of scheduler queues (for MLFQ)
// Console attributes
setval CONSOLE_BG 0x000000
setval CONSOLE_FG 0xB57614
|