Deleted Added
full compact
NOTES (45666) NOTES (45681)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.579 1999/04/12 09:45:29 brian Exp $
5# $Id: LINT,v 1.580 1999/04/13 19:38:09 peter Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

24
25#
26# The `maxusers' parameter controls the static sizing of a number of
27# internal system tables by a complicated formula defined in param.c.
28#
29maxusers 10
30
31#
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

24
25#
26# The `maxusers' parameter controls the static sizing of a number of
27# internal system tables by a complicated formula defined in param.c.
28#
29maxusers 10
30
31#
32# The `makeoptions' parameter allows variables to be passed to the
33# generated Makefile in the build area. DEBUG happens to be magic.
34# The following is equivalent to 'config -g KERNELNAME' and creates
35# 'kernel.debug' compiled with -g debugging as well as a normal
36# 'kernel'. Use 'make install.debug' to install the debug kernel
37# but that isn't normally necessary as the debug symbols are not loaded
38# by the kernel and are not useful there anyway.
39#
40#makeoptions DEBUG="-g" #Build kernel with gdb(1) debug symbols
41
42#
32# Certain applications can grow to be larger than the 128M limit
33# that FreeBSD initially imposes. Below are some options to
34# allow that limit to grow to 256MB, and can be increased further
35# with changing the parameters. MAXDSIZ is the maximum that the
36# limit can be set to, and the DFLDSIZ is the default value for
37# the limit. You might want to set the default lower than the
38# max, and explicitly set the maximum with a shell command for processes
39# that regularly exceed the limit like INND.

--- 2084 unchanged lines hidden ---
43# Certain applications can grow to be larger than the 128M limit
44# that FreeBSD initially imposes. Below are some options to
45# allow that limit to grow to 256MB, and can be increased further
46# with changing the parameters. MAXDSIZ is the maximum that the
47# limit can be set to, and the DFLDSIZ is the default value for
48# the limit. You might want to set the default lower than the
49# max, and explicitly set the maximum with a shell command for processes
50# that regularly exceed the limit like INND.

--- 2084 unchanged lines hidden ---