dos/com & dos/sys: use the new ElfLinker features
This commit is contained in:
+545
-562
File diff suppressed because it is too large
Load Diff
+632
-647
File diff suppressed because it is too large
Load Diff
@@ -95,8 +95,6 @@ getbit_n2b:
|
||||
decomp_ret_n2b:
|
||||
ret
|
||||
decomp_done_n2b:
|
||||
section NRV2B169
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -63,8 +63,7 @@ section COMPSHDI
|
||||
section COMCALLT
|
||||
push di
|
||||
section COMMAIN2
|
||||
.byte 0xe9
|
||||
.word decompressor /* FIXME decomp_start_n2b */
|
||||
jmp decomp_start_n2b
|
||||
|
||||
#include "include/header2.ash"
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ section SYSSBBBP
|
||||
section SYSCALLT
|
||||
push di
|
||||
section SYSMAIN3
|
||||
jmp decompressor /* FIXME decomp_start_n2b */
|
||||
jmp decomp_start_n2b
|
||||
|
||||
#include "include/header2.ash"
|
||||
|
||||
@@ -107,8 +107,7 @@ section SYSI0862
|
||||
pop bx
|
||||
pop ax
|
||||
section SYSJUMP1
|
||||
.byte 0xe9
|
||||
.word sys_entry /* FIXME */
|
||||
jmp original_strategy
|
||||
|
||||
/*
|
||||
; vi:ts=8:et:nowrap
|
||||
|
||||
Reference in New Issue
Block a user