forked from Imagelibrary/rtems
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: GDB Simulator has 16MB RAM.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: GDB Simulator has 16MB RAM.
|
||||
|
||||
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am: Now runs using fake clock ticker.
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
OUTPUT_ARCH(sh)
|
||||
ENTRY(_start)
|
||||
|
||||
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x00040000;
|
||||
_RamSize = DEFINED(_RamSize) ? _RamSize : 512K;
|
||||
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x00000000;
|
||||
_RamSize = DEFINED(_RamSize) ? _RamSize : 16M;
|
||||
_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0;
|
||||
|
||||
MEMORY
|
||||
|
||||
Reference in New Issue
Block a user