Deleted Added
full compact
NOTES (151337) NOTES (151634)
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#
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/i386/conf/NOTES 151337 2005-10-14 18:24:58Z jhb $
7# $FreeBSD: head/sys/i386/conf/NOTES 151634 2005-10-24 21:04:19Z jhb $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

51
52#
53# Watchdog routines.
54#
55options MP_WATCHDOG
56
57# Debugging options.
58#
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

51
52#
53# Watchdog routines.
54#
55options MP_WATCHDOG
56
57# Debugging options.
58#
59options KDB_STOP_NMI # Stop CPUS using NMI instead of IPI
59options STOP_NMI # Stop CPUS using NMI instead of IPI
60
61
62
63#####################################################################
64# CPU OPTIONS
65
66#
67# You must specify at least one CPU (the one you intend to run on);

--- 1015 unchanged lines hidden ---
60
61
62
63#####################################################################
64# CPU OPTIONS
65
66#
67# You must specify at least one CPU (the one you intend to run on);

--- 1015 unchanged lines hidden ---