diff options
| author | jmmv <jmmv@NetBSD.org> | 2007-08-26 21:19:01 +0000 |
|---|---|---|
| committer | jmmv <jmmv@NetBSD.org> | 2007-08-26 21:19:01 +0000 |
| commit | f871acd484a138a3fcdb2eb9268fe13dbf87bc8d (patch) | |
| tree | d409f1d04c019c7ebc57a2384f5d5c66265095e7 /sys | |
| parent | 9d55226ba96b1f5a09b04a9d1f4c91b659eef4b4 (diff) | |
Enable tmpfs.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 7cb91780795..a9941e74eb0 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.182 2007/08/06 21:26:55 adrianp Exp $ +# $NetBSD: GENERIC,v 1.183 2007/08/26 21:19:01 jmmv Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.182 $" +#ident "GENERIC-$Revision: 1.183 $" maxusers 16 # estimated number of users @@ -120,7 +120,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system CODA # Venus/Coda distributed file system file-system PTYFS # /dev/pts/N support -#file-system TMPFS # Efficient memory file-system +file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system #file-system HFS # experimental - Apple HFS+ (read-only) |
