Make ULE as default scheduler, allow it to be tested more widely.

This commit is contained in:
David Xu 2005-08-06 10:31:27 +00:00
parent e73643becb
commit dd34f92b7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148786

View File

@ -29,8 +29,8 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
#options SCHED_ULE # ULE scheduler
options SCHED_4BSD # 4BSD 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