Increase SYMTAB_SPACE so that this kernel will build.
This commit is contained in:
parent
3f56488c0d
commit
9eb9a91423
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.55 2011/03/05 14:02:08 matt Exp $
|
||||
# $NetBSD: P6032,v 1.56 2011/04/07 04:02:29 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.55 $"
|
||||
#ident "P6032-$Revision: 1.56 $"
|
||||
|
||||
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=370000
|
||||
options SYMTAB_SPACE=380000
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
|
|
Loading…
Reference in New Issue