Module Name: src
Committed By: jym
Date: Wed Feb 16 20:23:21 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC INSTALL
Log Message:
Per mrg@ request, add MFS as default builtin, for things like init(8).
XXX should be replaced by TMPFS eventually.
To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/amd64/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.306 src/sys/arch/amd64/conf/GENERIC:1.307
--- src/sys/arch/amd64/conf/GENERIC:1.306 Wed Feb 16 09:57:57 2011
+++ src/sys/arch/amd64/conf/GENERIC Wed Feb 16 20:23:21 2011
@@ -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
Index: src/sys/arch/amd64/conf/INSTALL
diff -u src/sys/arch/amd64/conf/INSTALL:1.84 src/sys/arch/amd64/conf/INSTALL:1.85
--- src/sys/arch/amd64/conf/INSTALL:1.84 Wed Feb 16 03:16:57 2011
+++ src/sys/arch/amd64/conf/INSTALL Wed Feb 16 20:23:21 2011
@@ -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