Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/algor/conf SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/d68ee5ed5c2d
branches:  trunk
changeset: 772104:d68ee5ed5c2d
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Dec 18 11:10:33 2011 +0000

description:
SYMTAB_SPACE.

diffstat:

 sys/arch/algor/conf/P5064 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5fbcba779fd2 -r d68ee5ed5c2d sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Sun Dec 18 09:12:18 2011 +0000
+++ b/sys/arch/algor/conf/P5064 Sun Dec 18 11:10:33 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.70 2011/12/18 05:49:22 dholland Exp $
+#      $NetBSD: P5064,v 1.71 2011/12/18 11:10:33 kiyohara Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.70 $"
+#ident                 "P5064-$Revision: 1.71 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=465000
+options        SYMTAB_SPACE=470000
 
 # File systems
 file-system    FFS             # Fast file system



Home | Main Index | Thread Index | Old Index