From 5a3204039b6033d15ca8812cfc7e9d523c9da2bb Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 19 Nov 2025 22:55:34 -0500 Subject: kern: sched: Add scheduler quantum define Signed-off-by: Ian Moffett --- sys/inc/os/sched.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/inc/os/sched.h b/sys/inc/os/sched.h index c0355c6..1caf1d6 100644 --- a/sys/inc/os/sched.h +++ b/sys/inc/os/sched.h @@ -34,6 +34,8 @@ #include #include +#define SCHED_QUANTUM 9000 /* In usec */ + /* * Enqueue a process into a runqueue and return the processor * now associated -- cgit v1.2.3