Add (commented out) file-system TMPFS.

This commit is contained in:
tsutsui 2005-10-06 14:59:13 +00:00
parent 9e2441db78
commit e955c959e4
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP2x,v 1.38 2005/08/19 05:20:03 christos Exp $
# $NetBSD: GENERIC32_IP2x,v 1.39 2005/10/06 14:59:13 tsutsui Exp $
#
# GENERIC32_IP2x machine description file
#
@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32-IP2x-$Revision: 1.38 $"
#ident "GENERIC32-IP2x-$Revision: 1.39 $"
maxusers 32
@ -115,6 +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 # experimental - Efficient memory file-system
# File system options
options QUOTA # UFS quotas

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.35 2005/09/12 15:36:19 tsutsui Exp $
# $NetBSD: GENERIC32_IP3x,v 1.36 2005/10/06 14:59:13 tsutsui Exp $
#
# GENERIC32_IP3x machine description file
#
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32_IP3x-$Revision: 1.35 $"
#ident "GENERIC32_IP3x-$Revision: 1.36 $"
maxusers 32
@ -107,6 +107,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 # experimental - Efficient memory file-system
# File system options
options QUOTA # UFS quotas