Module Name:    src
Committed By:   dyoung
Date:           Fri Jul  1 22:28:07 UTC 2011

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

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/algor/conf/P6032

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/P6032
diff -u src/sys/arch/algor/conf/P6032:1.58 src/sys/arch/algor/conf/P6032:1.59
--- src/sys/arch/algor/conf/P6032:1.58	Thu Jun 30 20:09:17 2011
+++ src/sys/arch/algor/conf/P6032	Fri Jul  1 22:28:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P6032,v 1.58 2011/06/30 20:09:17 wiz Exp $
+#	$NetBSD: P6032,v 1.59 2011/07/01 22:28:07 dyoung Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P6032-$Revision: 1.58 $"
+#ident 		"P6032-$Revision: 1.59 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
-options 	SYMTAB_SPACE=420000
+options 	SYMTAB_SPACE=421000
 
 # File systems
 file-system	FFS		# Fast file system

Reply via email to