summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-14 23:17:25 -0400
committerIan Moffett <ian@osmora.org>2025-08-14 23:17:25 -0400
commitd6b9660161eac60edc5ee4d105bd79d201918a0e (patch)
treeaf9624adda935b3d762e3ec8c898cc3511e1a35e
parentaa2df9c1bbf014e243abdc726aae593a7ef1e363 (diff)
kernel: conf: Add 'DISK_MAX' config option
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sys/conf/GENERIC1
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