Module Name:    src
Committed By:   dyoung
Date:           Wed May 25 22:32:18 UTC 2011

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

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/algor/conf/P5064

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/P5064
diff -u src/sys/arch/algor/conf/P5064:1.63 src/sys/arch/algor/conf/P5064:1.64
--- src/sys/arch/algor/conf/P5064:1.63	Mon Mar  7 15:56:26 2011
+++ src/sys/arch/algor/conf/P5064	Wed May 25 22:32:18 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
+#	$NetBSD: P5064,v 1.64 2011/05/25 22:32:18 dyoung Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P5064-$Revision: 1.63 $"
+#ident 		"P5064-$Revision: 1.64 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
-options 	SYMTAB_SPACE=460000
+options 	SYMTAB_SPACE=461000
 
 # File systems
 file-system	FFS		# Fast file system

Reply via email to