diff options
-rw-r--r-- | kern/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sched.h b/kern/sched.h index ff3198d..942dd80 100644 --- a/kern/sched.h +++ b/kern/sched.h @@ -118,7 +118,7 @@ extern int min_quantum; /* defines max context switch rate */ * Default base priorities for threads. */ #define BASEPRI_SYSTEM 6 -#define BASEPRI_USER 12 +#define BASEPRI_USER 25 /* * Macro to check for invalid priorities. |