diff --git a/sys/arch/x86_64/conf/INSTALL b/sys/arch/x86_64/conf/INSTALL index aaaf352b9396..95836a9c3371 100644 --- a/sys/arch/x86_64/conf/INSTALL +++ b/sys/arch/x86_64/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.3 2003/03/07 11:02:50 fvdl Exp $ +# $NetBSD: INSTALL,v 1.4 2003/03/20 22:30:53 fvdl Exp $ # # GENERIC machine description file # @@ -20,7 +20,7 @@ include "arch/x86_64/conf/std.x86_64" -#ident "INSTALL-$Revision: 1.3 $" +#ident "INSTALL-$Revision: 1.4 $" maxusers 32 # estimated number of users @@ -77,14 +77,14 @@ file-system NFS # Network File System client file-system NTFS # Windows/NT file system (experimental) file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS file system -file-system FDESC # /dev/fd +#file-system FDESC # /dev/fd file-system KERNFS # /kern -file-system NULLFS # loopback file system +#file-system NULLFS # loopback file system #file-system OVERLAY # overlay file system #file-system PORTAL # portal filesystem (still experimental) -file-system PROCFS # /proc +#file-system PROCFS # /proc #file-system UMAPFS # NULLFS + uid and gid remapping -file-system UNION # union file system +#file-system UNION # union file system # File system options #options QUOTA # UFS quotas @@ -106,7 +106,7 @@ options NETATALK # AppleTalk networking protocols options PPP_BSDCOMP # BSD-Compress compression support for PPP options PPP_DEFLATE # Deflate compression support for PPP options PPP_FILTER # Active filter support for PPP (requires bpf) -options PFIL_HOOKS # pfil(9) packet filter hooks +#options PFIL_HOOKS # pfil(9) packet filter hooks # These options enable verbose messages for several subsystems. # Warning, these may compile large string tables into the kernel!