Deleted Added
full compact
NOTES (79100) NOTES (79561)
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 79100 2001-07-02 17:48:59Z mjacob $
14# $FreeBSD: head/sys/i386/conf/NOTES 79561 2001-07-10 21:21:29Z iedowse $
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

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

700options UFS_EXTATTR_AUTOSTART
701
702# Access Control List support for UFS filesystems. The current ACL
703# implementation requires extended attribute support, UFS_EXTATTR,
704# for the underlying filesystem.
705# See src/sys/ufs/ufs/README.acls for more information.
706options UFS_ACL
707
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

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

700options UFS_EXTATTR_AUTOSTART
701
702# Access Control List support for UFS filesystems. The current ACL
703# implementation requires extended attribute support, UFS_EXTATTR,
704# for the underlying filesystem.
705# See src/sys/ufs/ufs/README.acls for more information.
706options UFS_ACL
707
708# Directory hashing improves the speed of operations on very large
709# directories at the expense of some memory.
710options UFS_DIRHASH
711
708# Make space in the kernel for a root filesystem on a md device.
709# Define to the number of kilobytes to reserve for the filesystem.
710options MD_ROOT_SIZE=10
711
712# Make the md device a potential root device, either with preloaded
713# images of type mfs_root or md_root.
714options MD_ROOT
715

--- 2160 unchanged lines hidden ---
712# Make space in the kernel for a root filesystem on a md device.
713# Define to the number of kilobytes to reserve for the filesystem.
714options MD_ROOT_SIZE=10
715
716# Make the md device a potential root device, either with preloaded
717# images of type mfs_root or md_root.
718options MD_ROOT
719

--- 2160 unchanged lines hidden ---