diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-09-07 22:37:43 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-09-07 22:37:43 +0000 |
| commit | 444ba945136b0f0c11b2e051f9e2ffb051bfc03b (patch) | |
| tree | f037a574bfc638ce4eb328d60839768e926b22e2 /sys/pc98 | |
| parent | cb25e050af78fc6297356c30299b76428e1d4cd0 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 7dac4274f45d..9d69d81fd930 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 |
