Deleted Added
full compact
NOTES (94368) NOTES (94658)
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# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
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# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
17# $FreeBSD: head/sys/conf/NOTES 94368 2002-04-10 17:27:52Z brian $
17# $FreeBSD: head/sys/conf/NOTES 94658 2002-04-14 16:36:49Z scottl $
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

550options MSDOSFS #MS DOS File System (FAT, FAT32)
551options NTFS #NT File System
552options NULLFS #NULL filesystem
553#options NWFS #NetWare filesystem
554options PORTALFS #Portal filesystem
555options PROCFS #Process filesystem (requires PSEUDOFS)
556options PSEUDOFS #Pseudo-filesystem framework
557options SMBFS #SMB/CIFS filesystem
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

550options MSDOSFS #MS DOS File System (FAT, FAT32)
551options NTFS #NT File System
552options NULLFS #NULL filesystem
553#options NWFS #NetWare filesystem
554options PORTALFS #Portal filesystem
555options PROCFS #Process filesystem (requires PSEUDOFS)
556options PSEUDOFS #Pseudo-filesystem framework
557options SMBFS #SMB/CIFS filesystem
558options UDF #Universal Disk Format
558options UMAPFS #UID map filesystem
559options UNIONFS #Union filesystem
560# options NODEVFS #disable devices filesystem
561# The xFS_ROOT options REQUIRE the associated ``options xFS''
562options NFS_ROOT #NFS usable as root device
563# This code enables IFS, an FFS which exports inodes as the namespace.
564# You can find details in src/sys/ufs/ifs/README .
565options IFS

--- 1662 unchanged lines hidden ---
559options UMAPFS #UID map filesystem
560options UNIONFS #Union filesystem
561# options NODEVFS #disable devices filesystem
562# The xFS_ROOT options REQUIRE the associated ``options xFS''
563options NFS_ROOT #NFS usable as root device
564# This code enables IFS, an FFS which exports inodes as the namespace.
565# You can find details in src/sys/ufs/ifs/README .
566options IFS

--- 1662 unchanged lines hidden ---