Deleted Added
sdiff udiff text old ( 116382 ) new ( 117870 )
full compact
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/pc98/conf/NOTES 117870 2003-07-22 08:11:17Z peter $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

--- 155 unchanged lines hidden (view full) ---

171options CPU_SUSP_HLT
172options CPU_UPGRADE_HW_CACHE
173options CPU_WT_ALLOC
174options CYRIX_CACHE_WORKS
175options CYRIX_CACHE_REALLY_WORKS
176#options NO_F00F_HACK
177options CPU_DISABLE_CMPXCHG
178
179# Debug options
180options NPX_DEBUG # enable npx debugging (FPU/math emu)
181 #new math emulator
182
183#
184# PERFMON causes the driver for Pentium/Pentium Pro performance counters
185# to be compiled. See perfmon(4) for more information.
186#

--- 808 unchanged lines hidden ---