Add options SYMTAB_SPACE for ksyms(4) and ddb(4).

This commit is contained in:
tsutsui 2008-01-09 15:45:27 +00:00
parent 9b1f3b007e
commit be408dd2a7
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.44 2007/03/14 12:27:20 drochner Exp $
# $NetBSD: P4032,v 1.45 2008/01/09 15:45:27 tsutsui 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.44 $"
#ident "P4032-$Revision: 1.45 $"
maxusers 32
@ -30,6 +30,7 @@ options DIAGNOSTIC # Cheap kernel consistency checks
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
options SYMTAB_SPACE=330000
# File systems
file-system FFS # Fast file system

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.50 2007/03/14 12:27:21 drochner Exp $
# $NetBSD: P5064,v 1.51 2008/01/09 15:45:27 tsutsui 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.50 $"
#ident "P5064-$Revision: 1.51 $"
maxusers 32
@ -25,6 +25,7 @@ options DIAGNOSTIC # Cheap kernel consistency checks
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
options SYMTAB_SPACE=380000
# File systems
file-system FFS # Fast file system

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.44 2007/03/14 12:27:21 drochner Exp $
# $NetBSD: P6032,v 1.45 2008/01/09 15:45:27 tsutsui 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.44 $"
#ident "P6032-$Revision: 1.45 $"
maxusers 32
@ -25,6 +25,7 @@ options DIAGNOSTIC # Cheap kernel consistency checks
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
options SYMTAB_SPACE=350000
# File systems
file-system FFS # Fast file system