Increase SYMTAB_SPACE for evbmips.

This commit is contained in:
kiyohara 2011-11-30 14:34:11 +00:00
parent 4609f955a3
commit bfbef3b99c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.60 2011/11/22 21:24:52 tls Exp $ # $NetBSD: P4032,v 1.61 2011/11/30 14:34:11 kiyohara Exp $
# #
# Algorithmics P-4032 kernel. # Algorithmics P-4032 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 "P4032-$Revision: 1.60 $" #ident "P4032-$Revision: 1.61 $"
maxusers 32 maxusers 32
@ -30,7 +30,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=404000 options SYMTAB_SPACE=405000
# File systems # File systems
file-system FFS # Fast file system file-system FFS # Fast file system