mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
ld: reserve stack space from the static RAM region
This commit is contained in:
parent
8aea762e7a
commit
d6ada7f11f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ MEMORY
|
||||||
/* Static RAM; stack grows down from the end of this region.
|
/* Static RAM; stack grows down from the end of this region.
|
||||||
The first 5k (0x1400 bytes) are reserved by gint for the VBR space,
|
The first 5k (0x1400 bytes) are reserved by gint for the VBR space,
|
||||||
which is loaded dynamically and accessed through P1 */
|
which is loaded dynamically and accessed through P1 */
|
||||||
ram (rw): o = 0x08101400, l = 507k
|
ram (rw): o = 0x08101400, l = 491k
|
||||||
/* On-chip IL memory */
|
/* On-chip IL memory */
|
||||||
ilram (rwx): o = 0xe5200000, l = 4k
|
ilram (rwx): o = 0xe5200000, l = 4k
|
||||||
/* On-chip X and Y memory */
|
/* On-chip X and Y memory */
|
||||||
|
|
Loading…
Reference in a new issue