Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Build 7th Edition(V7) File System.



details:   https://anonhg.NetBSD.org/src/rev/b22a4a2d04a5
branches:  trunk
changeset: 767486:b22a4a2d04a5
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jul 19 19:46:38 2011 +0000

description:
Build 7th Edition(V7) File System.

diffstat:

 sys/arch/i386/conf/ALL |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r a3139a99303b -r b22a4a2d04a5 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Jul 19 19:46:13 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Jul 19 19:46:38 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.311 2011/07/13 07:52:48 jruoho Exp $
+# $NetBSD: ALL,v 1.312 2011/07/19 19:46:38 tron Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.311 $"
+#ident                 "ALL-$Revision: 1.312 $"
 
 maxusers       64              # estimated number of users
 
@@ -188,6 +188,7 @@
 file-system    FILECORE        # Acorn filecore file system
 file-system    ADOSFS          # AmigaDOS 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
@@ -200,6 +201,7 @@
 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



Home | Main Index | Thread Index | Old Index