Deleted Added
full compact
NOTES (51877) NOTES (51898)
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# $FreeBSD: head/sys/conf/NOTES 51877 1999-10-02 20:20:32Z mjacob $
5# $FreeBSD: head/sys/conf/NOTES 51898 1999-10-03 07:09:31Z bde $
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

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

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
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

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

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.
33# generated Makefile in the build area.
34#
35# CONF_CFLAGS gives some extra compiler flags that are added to ${CFLAGS}
36# after most other flags. Here we use it to inhibit use of non-optimal
37# gcc builtin functions (e.g., memcmp).
38#
39# 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# KERNEL can be overridden so that you can change the default name of your
41# kernel.
42#
40# The following is equivalent to 'config -g KERNELNAME' and creates
41# 'kernel.debug' compiled with -g debugging as well as a normal
42# 'kernel'. Use 'make install.debug' to install the debug kernel
43# but that isn't normally necessary as the debug symbols are not loaded
44# by the kernel and are not useful there anyway.
45#
46# KERNEL can be overridden so that you can change the default name of your
47# kernel.
48#
49makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
43#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
44#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
45
46#
47# Certain applications can grow to be larger than the 128M limit
48# that FreeBSD initially imposes. Below are some options to
49# allow that limit to grow to 256MB, and can be increased further
50# with changing the parameters. MAXDSIZ is the maximum that the

--- 2211 unchanged lines hidden ---
50#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
51#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
52
53#
54# Certain applications can grow to be larger than the 128M limit
55# that FreeBSD initially imposes. Below are some options to
56# allow that limit to grow to 256MB, and can be increased further
57# with changing the parameters. MAXDSIZ is the maximum that the

--- 2211 unchanged lines hidden ---