summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-09-07 22:37:43 +0000
committerscottl <scottl@FreeBSD.org>2004-09-07 22:37:43 +0000
commit061851f77666a84ad54cc996513d8876fabc2fef (patch)
treef037a574bfc638ce4eb328d60839768e926b22e2 /sys/pc98
parent403eb08c16f61f52e1b23012d2511d23ef799d51 (diff)
downloadFreeBSD-src-061851f77666a84ad54cc996513d8876fabc2fef.zip
FreeBSD-src-061851f77666a84ad54cc996513d8876fabc2fef.tar.gz
Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.
It can be switched back once 5.3 is tested and released. Also turn on PREEMPTION as many of the stability problems with it have been fixed. MT5: 3 days.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 7dac427..9d69d81 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -31,7 +31,9 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options PC98 # PC98
-options SCHED_ULE # ULE scheduler
+#options SCHED_ULE # ULE scheduler
+options SCHED_4BSD # 4BSD scheduler
+options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
OpenPOWER on IntegriCloud