From a9f30e0e43d9b3572c3089bba98fc376d72f85b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 14 Mar 2007 11:03:25 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20mise=20a=20jour=20de=20l'emplacement=20?= =?UTF-8?q?vers=20lequel=20le=20systeme=20est=20copi=C3=A9=20(0x8000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noyau/boot.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noyau/boot.asm b/noyau/boot.asm index 4d1e41c..05812e0 100644 --- a/noyau/boot.asm +++ b/noyau/boot.asm @@ -108,7 +108,7 @@ oksystem: mov si,offset syst call showstr mov cx,[di+26] - mov ax,0900h + mov ax,8000h mov es,ax push es mov di,0000h