dos/com & dos/sys: use the new ElfLinker features

This commit is contained in:
László Molnár
2006-07-01 00:21:06 +02:00
parent c5fb161477
commit f850d36c52
7 changed files with 1186 additions and 1225 deletions
+545 -562
View File
File diff suppressed because it is too large Load Diff
+632 -647
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -95,8 +95,6 @@ getbit_n2b:
decomp_ret_n2b:
ret
decomp_done_n2b:
section NRV2B169
/*
+1 -2
View File
@@ -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"
+2 -3
View File
@@ -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