Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Per mrg@ request, add MFS as default bui...



details:   https://anonhg.NetBSD.org/src/rev/11054b83b126
branches:  trunk
changeset: 762162:11054b83b126
user:      jym <jym%NetBSD.org@localhost>
date:      Wed Feb 16 20:23:21 2011 +0000

description:
Per mrg@ request, add MFS as default builtin, for things like init(8).

XXX should be replaced by TMPFS eventually.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 sys/arch/amd64/conf/INSTALL |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r 92d0069885f6 -r 11054b83b126 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Feb 16 20:20:25 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Feb 16 20:23:21 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.306 2011/02/16 09:57:57 jruoho Exp $
+# $NetBSD: GENERIC,v 1.307 2011/02/16 20:23:21 jym Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.306 $"
+#ident                 "GENERIC-$Revision: 1.307 $"
 
 maxusers       64              # estimated number of users
 
@@ -139,12 +139,12 @@
 #options       DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
 
 file-system    FFS             # UFS
+file-system    MFS             # memory file system
 file-system    NFS             # Network File System client
 file-system    TMPFS           # Efficient memory file-system
 # File systems, built as module(7)s by default
 #file-system   EXT2FS          # second extended file system (linux)
 #file-system   LFS             # log-structured file system
-#file-system   MFS             # memory file system
 #file-system   NTFS            # Windows/NT file system (experimental)
 #file-system   CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   MSDOSFS         # MS-DOS file system
diff -r 92d0069885f6 -r 11054b83b126 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Wed Feb 16 20:20:25 2011 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Wed Feb 16 20:23:21 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.84 2011/02/16 03:16:57 jym Exp $
+# $NetBSD: INSTALL,v 1.85 2011/02/16 20:23:21 jym Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -7,13 +7,13 @@
 
 include        "arch/amd64/conf/GENERIC"
 
-#ident                 "INSTALL-$Revision: 1.84 $"
+#ident                 "INSTALL-$Revision: 1.85 $"
 
 # INSTALL kernels do not have access to module(7)s. Compile some
 # file-systems statically.
 file-system    EXT2FS          # second extended file system (linux)
 file-system    LFS             # log-structured file system
-file-system    MFS             # memory file system
+#file-system   MFS             # memory file system
 file-system    NTFS            # Windows/NT file system (experimental)
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system



Home | Main Index | Thread Index | Old Index