Deleted Added
full compact
NOTES (145531) NOTES (145727)
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 145531 2005-04-25 19:59:09Z scottl $
7# $FreeBSD: head/sys/amd64/conf/NOTES 145727 2005-04-30 20:01:00Z dwhite $
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

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

28device atpic # Optional legacy pic support
29device mptable # Optional MPSPEC mptable support
30
31#
32# Watchdog routines.
33#
34options MP_WATCHDOG
35
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

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

28device atpic # Optional legacy pic support
29device mptable # Optional MPSPEC mptable support
30
31#
32# Watchdog routines.
33#
34options MP_WATCHDOG
35
36#
37# Debugging options.
38#
39options KDB_STOP_NMI # Stop CPUS using NMI instead of IPI
40
41
36
37#####################################################################
38# CPU OPTIONS
39
40#
41# You must specify at least one CPU (the one you intend to run on);
42# deleting the specification for CPUs you don't need to use may make
43# parts of the system run faster.

--- 480 unchanged lines hidden ---
42
43#####################################################################
44# CPU OPTIONS
45
46#
47# You must specify at least one CPU (the one you intend to run on);
48# deleting the specification for CPUs you don't need to use may make
49# parts of the system run faster.

--- 480 unchanged lines hidden ---