Ignore:
Timestamp:
Aug 20, 2011, 6:37:44 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hopefully this commit is successful. Sorry for the mess.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH4h_HVerify.asm

    r158 r165  
    1515;       SS:BP:  Ptr to INTPACK
    1616;   Parameters on INTPACK in SS:BP:
    17 ;       AL:     Number of sectors to verify
     17;       AL:     Number of sectors to verify (1...127)
    1818;       CH:     Cylinder number, bits 7...0
    1919;       CL:     Bits 7...6: Cylinder number bits 9 and 8
     
    2727AH4h_HandlerForVerifyDiskSectors:
    2828    cmp     BYTE [bp+IDEPACK.intpack+INTPACK.al], 0
    29     je      SHORT AH2h_ExitInt13hSinceSectorCountInIntpackIsZero
     29    jle     SHORT AH2h_ExitInt13hSinceSectorCountInIntpackIsZero
    3030
    3131    mov     ah, COMMAND_VERIFY_SECTORS
Note: See TracChangeset for help on using the changeset viewer.