Add (commented out) file-system TMPFS in a proper file.
This commit is contained in:
parent
38f5f32c9c
commit
2c0da89986
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.in,v 1.43 2005/08/19 05:19:49 christos Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.44 2005/10/07 17:46:33 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.43 $"
|
||||
#ident "GENERIC-$Revision: 1.44 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
|
@ -163,6 +163,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
|||
file-system UNION # union filesystem
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
#file-system TMPFS # experimental - Efficient memory file-system
|
||||
')m4_dnl
|
||||
|
||||
# Filesystem options
|
||||
|
|
Loading…
Reference in New Issue