diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-08-06 10:31:27 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-08-06 10:31:27 +0000 |
commit | b6bd2d8bbb754359a738d00d2845b2efd68cae9a (patch) | |
tree | df54d087d50a5b99693df467ea988df5d8eab686 /sys/i386 | |
parent | 6786d43591371241086662ef432ad8bb1ab9f124 (diff) | |
download | FreeBSD-src-b6bd2d8bbb754359a738d00d2845b2efd68cae9a.zip FreeBSD-src-b6bd2d8bbb754359a738d00d2845b2efd68cae9a.tar.gz |
Make ULE as default scheduler, allow it to be tested more widely.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
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 |