From b6bd2d8bbb754359a738d00d2845b2efd68cae9a Mon Sep 17 00:00:00 2001 From: davidxu Date: Sat, 6 Aug 2005 10:31:27 +0000 Subject: Make ULE as default scheduler, allow it to be tested more widely. --- sys/i386/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 3cae1ff..19d9e8a 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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 -- cgit v1.1