Deleted Added
sdiff udiff text old ( 126635 ) new ( 126637 )
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/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
15# configured for; in this case, the AMD64 family based machines.
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
45device mptable # Optional MPSPEC mptable support
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 ---