diff --git a/noyau/disque.asm b/noyau/disque.asm index 598ddca..ee4fc15 100644 --- a/noyau/disque.asm +++ b/noyau/disque.asm @@ -874,7 +874,7 @@ invert: add si,4 add cx,4 cmp cx,cs:myboot.sectorsize - jbe invert + jb invert pop cx si ret