Disable PREEMPTION option. It causes some problem on pc98.

This commit is contained in:
nyan 2007-05-13 07:19:10 +00:00
parent f6d4544853
commit 438ef2cbb8

View File

@ -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