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 Add UDF, NILFS and NFS to the standar...



details:   https://anonhg.NetBSD.org/src/rev/0bef7a23d625
branches:  trunk
changeset: 772412:0bef7a23d625
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Jan 02 21:48:14 2012 +0000

description:
Add UDF, NILFS and NFS to the standard file systems and boost the symbol table
size to accomodate for this.

diffstat:

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

diffs (31 lines):

diff -r e347779c7e1b -r 0bef7a23d625 sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Mon Jan 02 21:35:17 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Mon Jan 02 21:48:14 2012 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: GENERIC.common,v 1.9 2011/12/30 20:08:36 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.10 2012/01/02 21:48:14 reinoud Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.9 $"
+#ident                 "GENERIC-$Revision: 1.10 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
 
-options        SYMTAB_SPACE=310000
+options        SYMTAB_SPACE=350000
 
 options        RTC_OFFSET=0
 options        KTRACE
@@ -38,6 +38,9 @@
 file-system    PROCFS
 file-system    PTYFS
 file-system    TMPFS
+file-system    NFS
+file-system    UDF
+file-system    NILFS
 options                WAPBL
 
 options        INET



Home | Main Index | Thread Index | Old Index