From 9c770034e7821d4bc80979d56beca383dd3bba6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Fri, 19 Nov 2004 19:57:06 +0000 Subject: [PATCH] fix: correction temporaire pour permettre l'execution d'application non CE --- noyau/mcb.asm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/noyau/mcb.asm b/noyau/mcb.asm index 0d5931e..6878f07 100644 --- a/noyau/mcb.asm +++ b/noyau/mcb.asm @@ -78,8 +78,9 @@ MBloadfuncs: push ax bx ecx dx si di ds es gs push gs pop ds - cmp word ptr ds:[exe.Checks],"EC" - jne notloaded + cmp word ptr ds:[0],"EC" + ;jne notloaded + jne endofloading mov si,ds:[exe.import] loadfuncs: cmp word ptr [si],0 @@ -120,9 +121,6 @@ notloaded: ret - - - ;Recherche une fonction pointé par DS:SI en mémoire et renvoie son adresse en GS:DX MBSearchfunc: push bx si di