From c1e18097a6471271363dd240fa599d4197273c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:45:39 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20suppression=20de=20l'attente=20de=20l'a?= =?UTF-8?q?ppuie=20sur=20une=20touche=20avant=20de=20pass=C3=A9=20en=20PMO?= =?UTF-8?q?DE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/loader.asm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/system/loader.asm b/system/loader.asm index 79af9c8..7b9deef 100644 --- a/system/loader.asm +++ b/system/loader.asm @@ -6,11 +6,9 @@ push cs pop ds pop es - call EnableA20 - mov si,msgpmode + call EnableA20 + mov si,msgpmode call showstr - xor ax,ax - int 16h mov ax,cs mov [RealCS],ax lea ax,[Real] @@ -52,7 +50,7 @@ GoPMode32: [BITS 32] mov ax,SYS_DATA_SEL mov ds,ax - mov ecx,20000/4 + mov ecx,50000/4 cld mov esi,kernel mov edi,0x100000