Module Name:    src
Committed By:   he
Date:           Fri Jan 21 22:37:12 UTC 2011

Modified Files:
        src/sys/arch/algor/conf: P4032

Log Message:
Bump SYMTAB_SPACE so that it fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/algor/conf/P4032

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/algor/conf/P4032
diff -u src/sys/arch/algor/conf/P4032:1.54 src/sys/arch/algor/conf/P4032:1.55
--- src/sys/arch/algor/conf/P4032:1.54	Tue Nov 23 11:13:53 2010
+++ src/sys/arch/algor/conf/P4032	Fri Jan 21 22:37:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P4032,v 1.54 2010/11/23 11:13:53 hannken Exp $
+#	$NetBSD: P4032,v 1.55 2011/01/21 22:37:11 he Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P4032-$Revision: 1.54 $"
+#ident 		"P4032-$Revision: 1.55 $"
 
 maxusers 32
 
@@ -30,7 +30,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
-options 	SYMTAB_SPACE=340000
+options 	SYMTAB_SPACE=350000
 
 # File systems
 file-system	FFS		# Fast file system

Reply via email to