diff --git a/noyau/mcb.asm b/noyau/mcb.asm index 2b7ee99..aa586e1 100644 --- a/noyau/mcb.asm +++ b/noyau/mcb.asm @@ -436,6 +436,7 @@ MBresident: push bx es mov bx,gs dec bx + dec bx mov es,bx mov es:[MB.IsResident],True pop es bx