From a4b18960f39f3be94de1b29f9ae336338c052ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 30 Oct 2004 19:26:33 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20utilisation=20de=20la=20projection=20en?= =?UTF-8?q?=20bloque=20m=C3=A9moire=20pour=20le=20lancement=20d'applicatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commande/commande.asm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/commande/commande.asm b/commande/commande.asm index fc49c52..572e7a7 100644 --- a/commande/commande.asm +++ b/commande/commande.asm @@ -147,15 +147,12 @@ noaddext: mov di,offset vga mov ah,40 int 47h - mov ax,9000h - mov es,ax - push ax - mov di,0100h - push di - mov ah,4 + mov ah,17 int 48h jc reallyerror push es + push 0100h + push es push es push es pop ds