diff options
Diffstat (limited to 'sys/arch/aarch64/conf/GENERIC')
-rw-r--r-- | sys/arch/aarch64/conf/GENERIC | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/aarch64/conf/GENERIC b/sys/arch/aarch64/conf/GENERIC new file mode 100644 index 0000000..eeb9d9d --- /dev/null +++ b/sys/arch/aarch64/conf/GENERIC @@ -0,0 +1,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 |