diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-14 23:17:25 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-14 23:17:25 -0400 |
commit | d6b9660161eac60edc5ee4d105bd79d201918a0e (patch) | |
tree | af9624adda935b3d762e3ec8c898cc3511e1a35e /sys/conf/GENERIC | |
parent | aa2df9c1bbf014e243abdc726aae593a7ef1e363 (diff) |
kernel: conf: Add 'DISK_MAX' config option
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 5734c43..a8e4620 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -3,6 +3,7 @@ option PANIC_SCR no // Clear screen on panic // Kernel constants setval SCHED_NQUEUE 4 // Number of scheduler queues (for MLFQ) +setval DISK_MAX 16 // Maximum disks to be registered // Console attributes setval CONSOLE_BG 0x000000 |