feat: passage au format CE, offset a 0 Chargement, Projection et execution en offset 0

This commit is contained in:
Nicolas Hordé 2004-11-19 17:14:57 +00:00
parent df0e3a0014
commit 4da7f7f656
1 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
smart smart
.code .code
org 0100h org 0h
include ..\include\fat.h include ..\include\fat.h
@ -187,7 +187,7 @@ execfile:
mov ax,offset arrive mov ax,offset arrive
push ax push ax
push es push es
push 0100h push 0000h
push es push es
push es push es
push es push es
@ -235,7 +235,6 @@ projfile:
jc errorload2 jc errorload2
mov eax,cs:tempfit.FileSize mov eax,cs:tempfit.FileSize
mov ecx,eax mov ecx,eax
add ecx,100h
push eax push eax
mov ah,2 mov ah,2
int 49h int 49h
@ -244,7 +243,7 @@ projfile:
push gs push gs
pop es pop es
mov cx,cs:tempfit.FileGroup mov cx,cs:tempfit.FileGroup
mov di,100h mov di,0h
call loadway call loadway
jc errorload2 jc errorload2
clc clc