Ignore:
Timestamp:
Aug 21, 2011, 4:39:58 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Old Int 13h functions can now transfer 256 sectors per call.
  • eINT 13h functions can now transfer 65535 sectors per call.
File:
1 edited

Legend:

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

    r165 r169  
    2727AH43h_HandlerForExtendedWriteSectors:
    2828    cmp     BYTE [bp+IDEPACK.intpack+INTPACK.al], 2 ; Verify requested?
    29     jae     SHORT .WriteWithVerifyNotSupported
     29    jae     SHORT AH42h_ReturnWithInvalidFunctionError
    3030
    3131    call    AH42h_LoadDapToESSIandVerifyForTransfer
     
    4040    jmp     Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH
    4141%endif
    42 
    43 .WriteWithVerifyNotSupported:
    44     jmp     AH2h_ExitInt13hSinceSectorCountInIntpackIsZero
Note: See TracChangeset for help on using the changeset viewer.