Bump SYMTAB_SPACE

Disable NOFPU on MALTA
This commit is contained in:
matt 2012-02-09 18:58:14 +00:00
parent 7964aa2984
commit 236da00b9e
4 changed files with 13 additions and 13 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: ADM5120,v 1.10 2011/11/22 21:25:10 tls Exp $
# $NetBSD: ADM5120,v 1.11 2012/02/09 18:58:14 matt Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
#ident "GENERIC-$Revision: 1.10 $"
#ident "GENERIC-$Revision: 1.11 $"
maxusers 32
@ -33,7 +33,7 @@ options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
makeoptions CPUFLAGS="-march=4kc"
options SYMTAB_SPACE=280000 # size for embedded symbol table
options SYMTAB_SPACE=290000 # size for embedded symbol table
#options MEMORY_DISK_HOOKS
#options MEMORY_DISK_IS_ROOT # Force root on ram-disk

View File

@ -1,10 +1,10 @@
# $NetBSD: AP30,v 1.23 2011/12/18 05:49:26 dholland Exp $
# $NetBSD: AP30,v 1.24 2012/02/09 18:58:14 matt Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "AP30-$Revision: 1.23 $"
#ident "AP30-$Revision: 1.24 $"
maxusers 32
@ -45,7 +45,7 @@ options DIAGNOSTIC # extra kernel sanity checking
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=351000 # size for embedded symbol table
options SYMTAB_SPACE=355000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries

View File

@ -1,16 +1,16 @@
# $NetBSD: MALTA,v 1.64 2011/12/18 05:49:26 dholland Exp $
# $NetBSD: MALTA,v 1.65 2012/02/09 18:58:14 matt Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.64 $"
#ident "MALTA-$Revision: 1.65 $"
maxusers 32
options MIPS32
options MIPS64
options NOFPU # No FPU
#options NOFPU # No FPU
#options FPEMUL # emulate FPU insn
# Options for necessary to use MD
@ -37,7 +37,7 @@ options USERCONF # userconf(4) support
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=435000 # size for embedded symbol table
options SYMTAB_SPACE=445000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries

View File

@ -1,8 +1,8 @@
# $NetBSD: XLSATX,v 1.9 2011/12/18 05:49:26 dholland Exp $
# $NetBSD: XLSATX,v 1.10 2012/02/09 18:58:14 matt Exp $
include "arch/evbmips/conf/std.rmixl"
#ident "XLSATX-$Revision: 1.9 $"
#ident "XLSATX-$Revision: 1.10 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -41,7 +41,7 @@ options USERCONF # userconf(4) support
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=510000 # size for embedded symbol table
options SYMTAB_SPACE=520000 # size for embedded symbol table
#options DDB_COMMANDONENTER="trace;show registers"
options DB_MAX_LINE=-1