Enable options TMPFS.
This commit is contained in:
parent
2eeb6612b1
commit
837dff7f8c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.155 2008/08/30 03:14:44 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.156 2008/09/15 04:08:55 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.155 $"
|
||||
#ident "GENERIC-$Revision: 1.156 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -115,7 +115,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
|||
file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
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 options
|
||||
|
|
Loading…
Reference in New Issue