Increase SYMTAB_SPACE for evbmips.
This commit is contained in:
parent
4609f955a3
commit
bfbef3b99c
|
@ -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.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P4032-$Revision: 1.60 $"
|
||||
#ident "P4032-$Revision: 1.61 $"
|
||||
|
||||
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=404000
|
||||
options SYMTAB_SPACE=405000
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
|
|
Loading…
Reference in New Issue