Add commented out entries for V7FS and V7FS Endian Independent support.
This commit is contained in:
parent
d03772c2d1
commit
d8b8a5c188
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.1041 2011/07/23 21:12:58 jakllsch Exp $
|
||||
# $NetBSD: GENERIC,v 1.1042 2011/08/07 10:04:41 tron Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.1041 $"
|
||||
#ident "GENERIC-$Revision: 1.1042 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -186,6 +186,7 @@ file-system NFS # Network File System client
|
||||
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
||||
#file-system HFS # experimental - Apple HFS+ (read-only)
|
||||
#file-system NILFS # experimental - NTT's NiLFS(2)
|
||||
#file-system V7FS # 7th Edition(V7) File System
|
||||
|
||||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
@ -197,6 +198,7 @@ options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
#options V7FS_EI # V7FS Endian Independent support
|
||||
|
||||
# Networking options
|
||||
#options GATEWAY # packet forwarding
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOMU,v 1.35 2011/05/28 13:01:50 ryo Exp $
|
||||
# $NetBSD: XEN3_DOMU,v 1.36 2011/08/07 10:04:41 tron Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -104,6 +104,7 @@ file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
file-system TMPFS # Efficient memory file-system
|
||||
file-system NILFS # experimental - NTT's NiLFS(2)
|
||||
#file-system V7FS # 7th Edition(V7) File System
|
||||
|
||||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
@ -115,6 +116,7 @@ options NFSSERVER # Network File System server
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
#options V7FS_EI # V7FS Endian Independent support
|
||||
|
||||
# Networking options
|
||||
#options GATEWAY # packet forwarding
|
||||
|
Loading…
Reference in New Issue
Block a user