fixes memory layout of moonlight

This commit is contained in:
Eyck Jentzsch 2025-02-24 10:14:10 +01:00
parent 25623e74a0
commit 06cbc26688
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ ENTRY( _start )
MEMORY MEMORY
{ {
rom (rxai!w) : ORIGIN = 0x80000000, LENGTH = 64k rom (rxai!w) : ORIGIN = 0xC0000000, LENGTH = 64k
ram (wxa!ri) : ORIGIN = 0x80010000, LENGTH = 64k ram (wxa!ri) : ORIGIN = 0xC0010000, LENGTH = 64k
} }
PHDRS PHDRS

View File

@ -5,7 +5,7 @@ ENTRY( _start )
MEMORY MEMORY
{ {
rom (rxai!w) : ORIGIN = 0xF0080000, LENGTH = 4k rom (rxai!w) : ORIGIN = 0xF0080000, LENGTH = 4k
ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 32k ram (wxa!ri) : ORIGIN = 0xC0000000, LENGTH = 32k
} }
PHDRS PHDRS