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