1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00

dos/sys: got rid of the "next" symbol

This commit is contained in:
László Molnár 2006-06-29 00:28:47 +02:00
parent a68b76c8b4
commit 455329a745
3 changed files with 569 additions and 576 deletions

View File

@ -77,7 +77,6 @@ void PackSys::patchLoader(OutputFile *fo,
throwNotCompressible();
// use some fields of the original file
linker->defineSymbol("next", get_le32(ibuf));
linker->defineSymbol("attribute", get_le16(ibuf + 4));
linker->defineSymbol("interrupt", get_le16(ibuf + 8));

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
section SYSMAIN1
start:
.long next
.long -1
.short attribute
.short strategy /* .sys header */
.short interrupt /* opendos wants this field untouched */