From 4969ed6392d6de491aae08157db0b81f4b8b7f24 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 26 Jan 2003 05:35:54 +0000 Subject: - Add entries for scheduler selection --- sys/conf/NOTES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sys') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4b04973..2968618 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -132,6 +132,23 @@ options ROOTDEVNAME=\"ufs:da0s2e\" ##################################################################### +# Scheduler options: +# +# Specifying one of SCHED_4BSD or SCHED_ULE is manditory. These options +# select which scheduler is compiled in. +# +# SCHED_4BSD is the historical, proven, BSD scheduler. It has a global run +# queue and no cpu affinity which makes it suboptimal for SMP. It has very +# good interactivity and priority selection. +# +# SCHED_ULE is a new experimental scheduler that has been designed for SMP +# although it will work just fine on UP. Users of this scheduler should +# expect some hicups and be prepaired to provide feedback. +# +options SCHED_4BSD +#options SCHED_ULE + +##################################################################### # SMP OPTIONS: # # SMP enables building of a Symmetric MultiProcessor Kernel. -- cgit v1.1