diff options
author | nyan <nyan@FreeBSD.org> | 2007-05-13 07:19:10 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2007-05-13 07:19:10 +0000 |
commit | 438ef2cbb828e6a2eb605da1de32e57e41bf7b45 (patch) | |
tree | 7b013fa835986d4e31fc25d9ca94ce2f7513ff48 | |
parent | f6d4544853170e62b0c0ac6ccbb1661e0ef00144 (diff) | |
download | FreeBSD-src-438ef2cbb828e6a2eb605da1de32e57e41bf7b45.zip FreeBSD-src-438ef2cbb828e6a2eb605da1de32e57e41bf7b45.tar.gz |
Disable PREEMPTION option. It causes some problem on 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 6251984..5185fd4 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -29,7 +29,7 @@ ident GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler -options PREEMPTION # Enable kernel thread preemption +#options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem |