From 4da7f7f656e8101dd4e5762515db03a4fcee48c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Fri, 19 Nov 2004 17:14:57 +0000 Subject: [PATCH] feat: passage au format CE, offset a 0 Chargement, Projection et execution en offset 0 --- noyau/disque.asm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/noyau/disque.asm b/noyau/disque.asm index 9778250..27e8746 100644 --- a/noyau/disque.asm +++ b/noyau/disque.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h include ..\include\fat.h @@ -187,7 +187,7 @@ execfile: mov ax,offset arrive push ax push es - push 0100h + push 0000h push es push es push es @@ -235,7 +235,6 @@ projfile: jc errorload2 mov eax,cs:tempfit.FileSize mov ecx,eax - add ecx,100h push eax mov ah,2 int 49h @@ -244,7 +243,7 @@ projfile: push gs pop es mov cx,cs:tempfit.FileGroup - mov di,100h + mov di,0h call loadway jc errorload2 clc