Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/usermode/conf enable nullfs in usermode configs



details:   https://anonhg.NetBSD.org/src/rev/7ec382eea2af
branches:  trunk
changeset: 772566:7ec382eea2af
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Jan 08 19:23:37 2012 +0000

description:
enable nullfs in usermode configs

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ff55083aa0c3 -r 7ec382eea2af sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Sun Jan 08 18:17:41 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Sun Jan 08 19:23:37 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.13 2012/01/07 19:43:06 reinoud Exp $
+# $NetBSD: GENERIC.common,v 1.14 2012/01/08 19:23:37 agc Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.13 $"
+#ident                 "GENERIC-$Revision: 1.14 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -36,6 +36,7 @@
 file-system    MFS
 file-system    FDESC
 file-system    KERNFS
+file-system    NULLFS
 file-system    PROCFS
 file-system    PTYFS
 file-system    TMPFS



Home | Main Index | Thread Index | Old Index