Module Name: src Committed By: matt Date: Sat Sep 12 18:22:27 UTC 2009
Modified Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: MALTA Log Message: Add TMPFS To generate a diff of this commit: cvs rdiff -u -r1.48.8.1 -r1.48.8.2 src/sys/arch/evbmips/conf/MALTA 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/evbmips/conf/MALTA diff -u src/sys/arch/evbmips/conf/MALTA:1.48.8.1 src/sys/arch/evbmips/conf/MALTA:1.48.8.2 --- src/sys/arch/evbmips/conf/MALTA:1.48.8.1 Sat Sep 12 16:49:05 2009 +++ src/sys/arch/evbmips/conf/MALTA Sat Sep 12 18:22:27 2009 @@ -1,10 +1,10 @@ -# $NetBSD: MALTA,v 1.48.8.1 2009/09/12 16:49:05 matt Exp $ +# $NetBSD: MALTA,v 1.48.8.2 2009/09/12 18:22:27 matt Exp $ include "arch/evbmips/conf/std.malta" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MALTA-$Revision: 1.48.8.1 $" +#ident "MALTA-$Revision: 1.48.8.2 $" maxusers 32 @@ -72,6 +72,7 @@ #file-system PORTAL # portal filesystem (still experimental) #file-system PROCFS # /proc #file-system CD9660 # ISO 9660 + Rock Ridge file system +file-system TMPFS # Efficient memory file system #file-system UNION # union file system #file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system CODA # Coda File System; also needs vcoda (below)