Deleted Added
full compact
NOTES (78062) NOTES (78135)
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/conf/NOTES 78062 2001-06-11 11:04:36Z des $
14# $FreeBSD: head/sys/conf/NOTES 78135 2001-06-12 09:40:04Z peter $
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

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

398options COMPILING_LINT
399
400
401# XXX - this doesn't belong here.
402# Allow ordinary users to take the console - this is useful for X.
403options UCONSOLE
404
405# XXX - this doesn't belong here either
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

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

398options COMPILING_LINT
399
400
401# XXX - this doesn't belong here.
402# Allow ordinary users to take the console - this is useful for X.
403options UCONSOLE
404
405# XXX - this doesn't belong here either
406options USERCONFIG #boot -c editor
407options INTRO_USERCONFIG #imply -c and show intro screen
408options VISUAL_USERCONFIG #visual boot -c editor
406#options USERCONFIG #boot -c editor
407#options INTRO_USERCONFIG #imply -c and show intro screen
408#options VISUAL_USERCONFIG #visual boot -c editor
409
410#####################################################################
411# NETWORKING OPTIONS
412
413#
414# Protocol families:
415# Only the INET (Internet) family is officially supported in FreeBSD.
416# Source code for the NS (Xerox Network Service) is provided for amusement

--- 2457 unchanged lines hidden ---
409
410#####################################################################
411# NETWORKING OPTIONS
412
413#
414# Protocol families:
415# Only the INET (Internet) family is officially supported in FreeBSD.
416# Source code for the NS (Xerox Network Service) is provided for amusement

--- 2457 unchanged lines hidden ---