From 0a8f8d59b464b287776decfa8de16fd35ac3497a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 30 Oct 2004 19:26:04 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20de=20l'initialisation=20des=20p?= =?UTF-8?q?ilote=20de=20bloc=20m=C3=A9moire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noyau/systeme.asm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/noyau/systeme.asm b/noyau/systeme.asm index 225dfb5..b6af68a 100644 --- a/noyau/systeme.asm +++ b/noyau/systeme.asm @@ -153,6 +153,9 @@ suites: call nextline jnz suiteloading + ;initialisation des MCBs + mov ah,0 + int 49h mov si,offset fini mov bl,7 @@ -164,7 +167,7 @@ suites: call projfile jc nopromptload push es - push di + push 0100h push 7202h popf push es @@ -802,9 +805,9 @@ nocarry: pop si dx bx ax ret -;============projfile (Fonction 4)=============== -;Charge le fichier ds:si sur un bloc mémoire->ecx taille es:di -;-> AH=4 +;============projfile (Fonction 17)=============== +;Charge le fichier ds:si sur un bloc mémoire -> ecx taille -> es bloc +;-> AH=17 ;<- Flag Carry si erreur ;===================================================== projfile: