LINT64 (959366ed) LINT64 (d93acd91)
1#
2# LINT64 -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $
6#
7# See the kernconf(5) manual page for more information on the format of
8# this file.

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

15# These directives are mandatory. The machine directive specifies the
16# platform and the machine_arch directive specifies the cpu architecture.
17#
18platform pc64
19machine x86_64
20machine_arch x86_64
21
22#
1#
2# LINT64 -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $
6#
7# See the kernconf(5) manual page for more information on the format of
8# this file.

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

15# These directives are mandatory. The machine directive specifies the
16# platform and the machine_arch directive specifies the cpu architecture.
17#
18platform pc64
19machine x86_64
20machine_arch x86_64
21
22#
23# This is the ``identification'' of the kernel. Usually this should
23# This is the mandatory ``identification'' of the kernel. Usually this should
24# be the same as the name of your kernel.
25#
26ident LINT64
27
28#
29# The `maxusers' parameter controls the static sizing of a number of
30# internal system tables by a formula defined in subr_param.c. Setting
31# maxusers to 0 will cause the system to auto-size based on physical

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

102# be correctly guessed by the bootstrap code, or an override if
103# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
104#
105options ROOTDEVNAME=\"ufs:da0s2e\"
106
107#####################################################################
108# CPU OPTIONS
109
24# be the same as the name of your kernel.
25#
26ident LINT64
27
28#
29# The `maxusers' parameter controls the static sizing of a number of
30# internal system tables by a formula defined in subr_param.c. Setting
31# maxusers to 0 will cause the system to auto-size based on physical

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

102# be correctly guessed by the bootstrap code, or an override if
103# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
104#
105options ROOTDEVNAME=\"ufs:da0s2e\"
106
107#####################################################################
108# CPU OPTIONS
109
110# cpu is mandatory
111#
110cpu HAMMER_CPU
111
112#
113# Options for CPU features.
114#
115# CPU_DISABLE_AVX disables AVX instruction set.
116#
117options CPU_DISABLE_AVX

--- 2163 unchanged lines hidden ---
112cpu HAMMER_CPU
113
114#
115# Options for CPU features.
116#
117# CPU_DISABLE_AVX disables AVX instruction set.
118#
119options CPU_DISABLE_AVX

--- 2163 unchanged lines hidden ---