Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov 26 04:58:42 UTC 2011

Modified Files:
        src/sys/arch/luna68k/conf: GENERIC

Log Message:
Bump (commented out) SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/luna68k/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/luna68k/conf/GENERIC
diff -u src/sys/arch/luna68k/conf/GENERIC:1.95 src/sys/arch/luna68k/conf/GENERIC:1.96
--- src/sys/arch/luna68k/conf/GENERIC:1.95	Tue Nov 22 21:25:23 2011
+++ src/sys/arch/luna68k/conf/GENERIC	Sat Nov 26 04:58:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.95 2011/11/22 21:25:23 tls Exp $
+# $NetBSD: GENERIC,v 1.96 2011/11/26 04:58:42 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/luna68k/conf/std.luna68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.95 $"
+#ident 		"GENERIC-$Revision: 1.96 $"
 
 maxusers	8
 
@@ -51,7 +51,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 # Debugging options
 options 	DDB
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	SYMTAB_SPACE=72000	# place DDB symbols in data segment
+#options 	SYMTAB_SPACE=448000	# place DDB symbols in data segment
 #options 	DEBUG			# extra kernel debugging support
 #options 	DIAGNOSTIC		# extra kernel sanity checking
 #options 	SCSIVERBOSE		# Verbose SCSI errors

Reply via email to