Bump SYMTAB_SPACE so it fits again.

This commit is contained in:
he 2008-05-11 23:34:40 +00:00
parent d3c42f50ae
commit d565d6ce16
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.51 2008/01/09 15:45:27 tsutsui Exp $ # $NetBSD: P5064,v 1.52 2008/05/11 23:34:40 he Exp $
# #
# Algorithmics P-5064 kernel. # Algorithmics P-5064 kernel.
# #
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.51 $" #ident "P5064-$Revision: 1.52 $"
maxusers 32 maxusers 32
@ -25,7 +25,7 @@ options DIAGNOSTIC # Cheap kernel consistency checks
options DDB # kernel debugger options DDB # kernel debugger
makeoptions DEBUG="-g" makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..." #makeoptions DEBUGLIST="pattern1 pattern2 ..."
options SYMTAB_SPACE=380000 options SYMTAB_SPACE=390000
# File systems # File systems
file-system FFS # Fast file system file-system FFS # Fast file system