load CASHDR segment into RAM
This commit is contained in:
parent
b496a400ec
commit
478da8e51f
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@ MEMORY {
|
|||
# HEADER: file = "", start = $0000, size = $0002;
|
||||
|
||||
# CASHDR: file = %O, start = $3FD, size = 128, fill = yes;
|
||||
CASHDR: file = %O, start = $0, size = 6;
|
||||
# CASHDR: file = %O, start = $0, size = 6;
|
||||
# "main program" load chunk
|
||||
# MAINHDR: file = "", start = $0000, size = $0004;
|
||||
RAM: file = %O, define = yes, start = %S, size = $BC20 - __STACKSIZE__ - __RESERVED_MEMORY__ - %S;
|
||||
|
@ -23,7 +23,8 @@ MEMORY {
|
|||
SEGMENTS {
|
||||
# EXEHDR: load = HEADER, type = ro;
|
||||
# MAINHDR: load = MAINHDR, type = ro;
|
||||
CASHDR: load = CASHDR, type = ro;
|
||||
# CASHDR: load = CASHDR, type = ro;
|
||||
CASHDR: load = RAM, type = ro;
|
||||
CASINIT: load = RAM, type = ro;
|
||||
STARTUP: load = RAM, type = ro, define = yes;
|
||||
LOWCODE: load = RAM, type = ro, define = yes, optional = yes;
|
||||
|
|
Loading…
Add table
Reference in a new issue