Module Name: src
Committed By: christos
Date: Sun Oct 2 18:32:36 UTC 2011
Modified Files:
src/sys/arch/iyonix/conf: GENERIC
Log Message:
Bump SYMTAB_SPACE
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/iyonix/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.66 src/sys/arch/iyonix/conf/GENERIC:1.67
--- src/sys/arch/iyonix/conf/GENERIC:1.66 Fri Sep 30 00:06:09 2011
+++ src/sys/arch/iyonix/conf/GENERIC Sun Oct 2 14:32:36 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.66 2011/09/30 04:06:09 he Exp $
+# $NetBSD: GENERIC,v 1.67 2011/10/02 18:32:36 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.66 $"
+#ident "GENERIC-$Revision: 1.67 $"
maxusers 32 # estimated number of users
@@ -87,7 +87,7 @@ options DDB_HISTORY_SIZE=512 # enable h
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=600000
+options SYMTAB_SPACE=610000
options PERFCTRS # performance counters
#options PMAP_DEBUG # Enable pmap_debug_level code
#options VERBOSE_INIT_ARM # verbose bootstraping messages