diff options
author | jeff <jeff@FreeBSD.org> | 2004-01-24 21:38:52 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2004-01-24 21:38:52 +0000 |
commit | 8a4acc215692ee5fceae84f64e078b66c5a64a7b (patch) | |
tree | 6b08012790aa5358110a0f90c06c437b53ea53c7 /sys/pc98 | |
parent | 1d61f9ddfc6addf440d16c8a6dfd0ce2204fbdee (diff) | |
download | FreeBSD-src-8a4acc215692ee5fceae84f64e078b66c5a64a7b.zip FreeBSD-src-8a4acc215692ee5fceae84f64e078b66c5a64a7b.tar.gz |
- Recruit some new ULE users by making it the default scheduler in GENERIC.
ULE will be in a probationary period to determine whether it will be left
as the default in 5.3 which would likely mean the rest of the 5.x series.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 36637df..bfa48ee 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -31,7 +31,7 @@ ident GENERIC makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options PC98 #PC98 -options SCHED_4BSD #4BSD scheduler +options SCHED_ULE #ULE scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem |