Deleted Added
full compact
PAE (185522) PAE (191954)
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 185522 2008-12-01 16:53:01Z sam $
4# $FreeBSD: head/sys/i386/conf/PAE 191954 2009-05-10 00:00:25Z kuriyama $
5
6include GENERIC
7
8ident PAE-GENERIC
9
10# To make a PAE kernel, the next option is needed
5
6include GENERIC
7
8ident PAE-GENERIC
9
10# To make a PAE kernel, the next option is needed
11options PAE # Physical Address Extensions Kernel
11options PAE # Physical Address Extensions Kernel
12
13# Compile acpi in statically since the module isn't built properly. Most
14# machines which support large amounts of memory require acpi.
15device acpi
16
17# Don't build modules with this kernel config, since they are not built with
18# the correct options headers.
19makeoptions NO_MODULES=yes

--- 65 unchanged lines hidden ---
12
13# Compile acpi in statically since the module isn't built properly. Most
14# machines which support large amounts of memory require acpi.
15device acpi
16
17# Don't build modules with this kernel config, since they are not built with
18# the correct options headers.
19makeoptions NO_MODULES=yes

--- 65 unchanged lines hidden ---