Deleted Added
full compact
NOTES (151424) 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/amd64/conf/NOTES 151424 2005-10-17 18:35:57Z jhb $
7# $FreeBSD: head/sys/amd64/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 AMD64 family based machines.
13#
14machine amd64
15

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

34#
35# Watchdog routines.
36#
37options MP_WATCHDOG
38
39#
40# Debugging options.
41#
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the AMD64 family based machines.
13#
14machine amd64
15

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

34#
35# Watchdog routines.
36#
37options MP_WATCHDOG
38
39#
40# Debugging options.
41#
42options KDB_STOP_NMI # Stop CPUS using NMI instead of IPI
42options STOP_NMI # Stop CPUS using NMI instead of IPI
43
44
45
46#####################################################################
47# CPU OPTIONS
48
49#
50# You must specify at least one CPU (the one you intend to run on);

--- 506 unchanged lines hidden ---
43
44
45
46#####################################################################
47# CPU OPTIONS
48
49#
50# You must specify at least one CPU (the one you intend to run on);

--- 506 unchanged lines hidden ---