Bump SYMTAB_SPACE so that the contents fits again.

This commit is contained in:
he 2008-09-27 20:45:07 +00:00
parent 4a6dd4a9c6
commit 8e5532cbfe

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.47 2008/07/31 07:40:59 simonb Exp $
# $NetBSD: P4032,v 1.48 2008/09/27 20:45:07 he Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.47 $"
#ident "P4032-$Revision: 1.48 $"
maxusers 32
@ -30,7 +30,7 @@ options DIAGNOSTIC # Cheap kernel consistency checks
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
options SYMTAB_SPACE=330000
options SYMTAB_SPACE=340000
# File systems
file-system FFS # Fast file system