Increase SYMTAB_SPACE.
This commit is contained in:
parent
9d577174a3
commit
e39b75c43a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.58 2011/06/30 20:09:17 wiz Exp $
|
||||
# $NetBSD: P6032,v 1.59 2011/07/01 22:28:07 dyoung Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P6032-$Revision: 1.58 $"
|
||||
#ident "P6032-$Revision: 1.59 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -25,7 +25,7 @@ options DIAGNOSTIC # Cheap kernel consistency checks
|
|||
options DDB # kernel debugger
|
||||
makeoptions DEBUG="-g"
|
||||
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
|
||||
options SYMTAB_SPACE=420000
|
||||
options SYMTAB_SPACE=421000
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
|
|
Loading…
Reference in New Issue