Deleted Added
full compact
NOTES (85043) NOTES (85117)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# $FreeBSD: head/sys/i386/conf/NOTES 85043 2001-10-17 04:30:04Z des $
14# $FreeBSD: head/sys/i386/conf/NOTES 85117 2001-10-18 19:44:13Z imp $
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

50# 'kernel.debug' compiled with -g debugging as well as a normal
51# 'kernel'. Use 'make install.debug' to install the debug kernel
52# but that isn't normally necessary as the debug symbols are not loaded
53# by the kernel and are not useful there anyway.
54#
55# KERNEL can be overridden so that you can change the default name of your
56# kernel.
57#
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

50# 'kernel.debug' compiled with -g debugging as well as a normal
51# 'kernel'. Use 'make install.debug' to install the debug kernel
52# but that isn't normally necessary as the debug symbols are not loaded
53# by the kernel and are not useful there anyway.
54#
55# KERNEL can be overridden so that you can change the default name of your
56# kernel.
57#
58# MODULES_OVERRIDE can be used to limit modules built to a specific list.
59#
58makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
59#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
60#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
60makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
61#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
62#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
63# Only build Linux API modules and plus those parts of the sound system I need.
64#makeoptions MODULES_OVERRIDE="linux sound/snd sound/pcm sound/drivers/maestro3"
61
62#
63# Certain applications can grow to be larger than the 512M limit
64# that FreeBSD initially imposes. Below are some options to
65# allow that limit to grow to 1GB, and can be increased further
66# with changing the parameters. MAXDSIZ is the maximum that the
67# limit can be set to, and the DFLDSIZ is the default value for
68# the limit. MAXSSIZ is the maximum that the stack limit can be

--- 2878 unchanged lines hidden ---
65
66#
67# Certain applications can grow to be larger than the 512M limit
68# that FreeBSD initially imposes. Below are some options to
69# allow that limit to grow to 1GB, and can be increased further
70# with changing the parameters. MAXDSIZ is the maximum that the
71# limit can be set to, and the DFLDSIZ is the default value for
72# the limit. MAXSSIZ is the maximum that the stack limit can be

--- 2878 unchanged lines hidden ---