search for: bp_ok

Displaying 1 result from an estimated 1 matches for "bp_ok".

Did you mean: ip_ok
2002 Jun 02
1
PATCH for Symbios/LSIlogic scsi and isolinux
...t on other systems. (boot speed was very fast). Regards, Ruud L. --- isolinux.asm.ORIG Sat Jun 1 09:52:41 2002 +++ isolinux.asm Sun Jun 2 14:14:12 2002 @@ -498,9 +498,9 @@ mov [si+8],eax .loop: push bp ; Sectors left - cmp bp,byte 32 + cmp bp,byte 1 ; 1 works for LSIlogic jbe .bp_ok - mov bp,32 + mov bp,1 .bp_ok: mov [si+2],bp push si