Bump SYMTAB_SPACE so that it fits again.

This commit is contained in:
he 2011-01-21 22:37:11 +00:00
parent f6164dfe20
commit 7108beff27
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.54 2010/11/23 11:13:53 hannken Exp $
# $NetBSD: P4032,v 1.55 2011/01/21 22:37:11 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.54 $"
#ident "P4032-$Revision: 1.55 $"
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=340000
options SYMTAB_SPACE=350000
# File systems
file-system FFS # Fast file system