Atari: atarixl config files already had a LOWBSS segment.
This commit is contained in:
committed by
Oliver Schmidt
parent
a104c289da
commit
af50b5e516
@@ -72,7 +72,6 @@ SEGMENTS {
|
||||
|
||||
MAINHDR: load = MAINHDR, type = ro;
|
||||
STARTUP: load = MAIN, type = ro, define = yes;
|
||||
LOWBSS: load = MAIN, type = rw, optional = yes; # not zero-initialized
|
||||
LOWCODE: load = MAIN, type = ro, define = yes, optional = yes;
|
||||
ONCE: load = MAIN, type = ro, optional = yes;
|
||||
CODE: load = MAIN, type = ro, define = yes;
|
||||
|
||||
Reference in New Issue
Block a user