Deleted Added
full compact
NOTES (126635) NOTES (126637)
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 126635 2004-03-05 06:23:08Z obrien $
7# $FreeBSD: head/sys/amd64/conf/NOTES 126637 2004-03-05 07:44:17Z obrien $
8#
9
10# We don't have modules on amd64.
11makeoptions NO_MODULES=not_yet
12
13#
14# This directive is mandatory; it defines the architecture to be
8#
9
10# We don't have modules on amd64.
11makeoptions NO_MODULES=not_yet
12
13#
14# This directive is mandatory; it defines the architecture to be
15# configured for; in this case, the 386 family based IBM-PC and
16# compatibles.
15# configured for; in this case, the AMD64 family based machines.
17#
18machine amd64
19
20#
21# We want LINT to cover profiling as well
22#XXX#profile 2
23
24

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

38# IRQ0 will be routed via an intpin on the first I/O APIC. Not all
39# motherboards hook IRQ0 up to the first I/O APIC even though their
40# MP table or MADT may claim to do so. That is why mixed mode is
41# enabled by default.
42#
43
44# Optional:
45device atpic # Legacy pic
16#
17machine amd64
18
19#
20# We want LINT to cover profiling as well
21#XXX#profile 2
22
23

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

37# IRQ0 will be routed via an intpin on the first I/O APIC. Not all
38# motherboards hook IRQ0 up to the first I/O APIC even though their
39# MP table or MADT may claim to do so. That is why mixed mode is
40# enabled by default.
41#
42
43# Optional:
44device atpic # Legacy pic
46device mptable
45device mptable # Optional MPSPEC mptable support
47options NO_MIXED_MODE # Disable use of mixed mode
48
49
50#####################################################################
51# CPU OPTIONS
52
53#
54# You must specify at least one CPU (the one you intend to run on);

--- 464 unchanged lines hidden ---
46options NO_MIXED_MODE # Disable use of mixed mode
47
48
49#####################################################################
50# CPU OPTIONS
51
52#
53# You must specify at least one CPU (the one you intend to run on);

--- 464 unchanged lines hidden ---