Increase SYMTAB_SPACE to 264000 so the release kernel will compile
This commit is contained in:
parent
f400953756
commit
d8b9a7ea7c
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: IXM1200,v 1.28 2007/10/17 19:54:11 garbled Exp $
|
# $NetBSD: IXM1200,v 1.29 2007/12/01 06:52:12 marty Exp $
|
||||||
#
|
#
|
||||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||||
#
|
#
|
||||||
|
@ -135,7 +135,7 @@ options VERBOSE_INIT_ARM # verbose bootstraping messages
|
||||||
options DDB # in-kernel debugger
|
options DDB # in-kernel debugger
|
||||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||||
#makeoptions DEBUG="-g" # compile full symbol table
|
#makeoptions DEBUG="-g" # compile full symbol table
|
||||||
options SYMTAB_SPACE=260000
|
options SYMTAB_SPACE=264000
|
||||||
|
|
||||||
config netbsd root on ? type ?
|
config netbsd root on ? type ?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue