Bump SYMTAB_SPACE.
This commit is contained in:
parent
5c77e8edf8
commit
638f8519ad
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P5064,v 1.62 2011/02/20 07:51:21 matt Exp $
|
||||
# $NetBSD: P5064,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P5064-$Revision: 1.62 $"
|
||||
#ident "P5064-$Revision: 1.63 $"
|
||||
|
||||
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=450000
|
||||
options SYMTAB_SPACE=460000
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.62 2011/03/06 17:08:26 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.62 $"
|
||||
#ident "GENERIC-$Revision: 1.63 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -87,7 +87,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
|||
#options KGDB # remote debugger
|
||||
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=400000
|
||||
options SYMTAB_SPACE=580000
|
||||
options PERFCTRS # performance counters
|
||||
#options PMAP_DEBUG # Enable pmap_debug_level code
|
||||
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.103 2011/03/06 17:08:28 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.104 2011/03/07 15:56:26 jakllsch Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -172,7 +172,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|||
options DDB # in-kernel debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=480000
|
||||
options SYMTAB_SPACE=590000
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
|
Loading…
Reference in New Issue