From a3008f75fe52a304ef574dfcd6c99254667545aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 29 Nov 2004 22:40:48 +0000 Subject: [PATCH] feat: utilisation de la fonction exec pour le chargement de commande.ce Initialisation du pilote disque --- noyau/systeme.asm | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/noyau/systeme.asm b/noyau/systeme.asm index ca67b2b..20919f7 100644 --- a/noyau/systeme.asm +++ b/noyau/systeme.asm @@ -140,6 +140,8 @@ suites: ;initialisation des MCBs mov ah,0 int 49h + mov ah,3 + int 48h push memorystart pop gs mov ah,10 @@ -154,19 +156,9 @@ suites: call showstr mov si,offset prompt call showstr - call projfile + mov ah,18 + int 48h jc nopromptload - push es - push 0000h - push 7202h - popf - push es - push es - push es - pop ds - pop fs - pop gs - db 0CBh nopromptload: mov si,offset prompte