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

XXX should be replaced by TMPFS eventually.
This commit is contained in:
jym 2011-02-16 20:23:21 +00:00
parent f1f20d6adf
commit 4b810e4f99
2 changed files with 6 additions and 6 deletions

View File

@ -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 @@ include "arch/amd64/conf/std.amd64"
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_GPT # Supports GPT partitions as wedges
#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

View File

@ -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