From 438ef2cbb828e6a2eb605da1de32e57e41bf7b45 Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 13 May 2007 07:19:10 +0000 Subject: Disable PREEMPTION option. It causes some problem on pc98. --- sys/pc98/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pc98/conf') 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 -- cgit v1.1