summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-01-26 05:29:12 +0000
committerjeff <jeff@FreeBSD.org>2003-01-26 05:29:12 +0000
commit8d3838b5355aaa4d48d872d9368ff5ff43f7d11b (patch)
tree6c23bf0f3ba347040c3d4eb39d47d6de65de12a4 /sys/amd64/conf
parentf8d3c4423d7ccb0249dd2736308afa6430e9cb5d (diff)
downloadFreeBSD-src-8d3838b5355aaa4d48d872d9368ff5ff43f7d11b.zip
FreeBSD-src-8d3838b5355aaa4d48d872d9368ff5ff43f7d11b.tar.gz
- Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4de88ce..52f2119 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -30,6 +30,7 @@ maxusers 0
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -64,6 +65,7 @@ options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
+options SCHED_4BSD
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud