dos/sys: got rid of the "next" symbol
This commit is contained in:
@@ -77,7 +77,6 @@ void PackSys::patchLoader(OutputFile *fo,
|
|||||||
throwNotCompressible();
|
throwNotCompressible();
|
||||||
|
|
||||||
// use some fields of the original file
|
// use some fields of the original file
|
||||||
linker->defineSymbol("next", get_le32(ibuf));
|
|
||||||
linker->defineSymbol("attribute", get_le16(ibuf + 4));
|
linker->defineSymbol("attribute", get_le16(ibuf + 4));
|
||||||
linker->defineSymbol("interrupt", get_le16(ibuf + 8));
|
linker->defineSymbol("interrupt", get_le16(ibuf + 8));
|
||||||
|
|
||||||
|
|||||||
+568
-574
File diff suppressed because it is too large
Load Diff
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
section SYSMAIN1
|
section SYSMAIN1
|
||||||
start:
|
start:
|
||||||
.long next
|
.long -1
|
||||||
.short attribute
|
.short attribute
|
||||||
.short strategy /* .sys header */
|
.short strategy /* .sys header */
|
||||||
.short interrupt /* opendos wants this field untouched */
|
.short interrupt /* opendos wants this field untouched */
|
||||||
|
|||||||
Reference in New Issue
Block a user