Deleted Added
full compact
NOTES (76554) NOTES (77031)
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 76554 2001-05-13 20:52:40Z phk $
14# $FreeBSD: head/sys/i386/conf/NOTES 77031 2001-05-23 09:42:29Z ru $
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

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

657# One of these is mandatory:
658options FFS #Fast filesystem
659options MFS #Memory File System
660options NFS #Network File System
661
662# The rest are optional:
663#options NFS_NOSERVER #Disable the NFS-server code.
664options CD9660 #ISO 9660 filesystem
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

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

657# One of these is mandatory:
658options FFS #Fast filesystem
659options MFS #Memory File System
660options NFS #Network File System
661
662# The rest are optional:
663#options NFS_NOSERVER #Disable the NFS-server code.
664options CD9660 #ISO 9660 filesystem
665options FDESC #File descriptor filesystem
665options FDESCFS #File descriptor filesystem
666options HPFS #OS/2 File system
667options MSDOSFS #MS DOS File System (FAT, FAT32)
668options NTFS #NT File System
669options NULLFS #NULL filesystem
670options NWFS #NetWare filesystem
666options HPFS #OS/2 File system
667options MSDOSFS #MS DOS File System (FAT, FAT32)
668options NTFS #NT File System
669options NULLFS #NULL filesystem
670options NWFS #NetWare filesystem
671options PORTAL #Portal filesystem
671options PORTALFS #Portal filesystem
672options PROCFS #Process filesystem
673options UMAPFS #UID map filesystem
672options PROCFS #Process filesystem
673options UMAPFS #UID map filesystem
674options UNION #Union filesystem
674options UNIONFS #Union filesystem
675# options NODEVFS #disable devices filesystem
676# The xFS_ROOT options REQUIRE the associated ``options xFS''
677options NFS_ROOT #NFS usable as root device
678# This code enables IFS, an FFS which exports inodes as the namespace.
679# You can find details in src/sys/ufs/ifs/README .
680options IFS
681
682# Soft updates is a technique for improving file system speed and

--- 2157 unchanged lines hidden ---
675# options NODEVFS #disable devices filesystem
676# The xFS_ROOT options REQUIRE the associated ``options xFS''
677options NFS_ROOT #NFS usable as root device
678# This code enables IFS, an FFS which exports inodes as the namespace.
679# You can find details in src/sys/ufs/ifs/README .
680options IFS
681
682# Soft updates is a technique for improving file system speed and

--- 2157 unchanged lines hidden ---