Put EXE header and main chunk load header into a single file --
it makes no sense to be able to include/exclude them separately.
This commit is contained in:
@@ -10,7 +10,6 @@ FEATURES {
|
||||
SYMBOLS {
|
||||
__EXEHDR__: type = import;
|
||||
__SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk
|
||||
__MAINCHNKHDR__: type = import;
|
||||
__AUTOSTART__: type = import; # force inclusion of autostart "trailer"
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||
__STARTADDRESS__: type = export, value = %S;
|
||||
|
||||
Reference in New Issue
Block a user