2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds: GDB Simulator has 16MB RAM.
This commit is contained in:
Joel Sherrill
2008-09-25 18:42:02 +00:00
parent d45dff4137
commit fa6f92df95
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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