Ignore:
Timestamp:
Mar 12, 2012, 1:33:24 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Fixed a bug in the new BIOS Drive Information Tool.
  • Very small changes to improve speed (I hope).
  • Changed AH48h_GetExtendedDriveParameters.asm to allow AT builds with USE_386 (won't affect any other builds).
  • Verified that most define combinations can be built and changed Strings.asm accordingly. "Most" meaning with or without any combination of EBIOS and/or Serial code defines.
File:
1 edited

Legend:

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

    r294 r332  
    2727ALIGN JUMP_ALIGN
    2828AH4h_HandlerForVerifyDiskSectors:
    29     call    Prepare_ByValidatingSectorsInALforOldInt13h
    3029    mov     ah, COMMAND_VERIFY_SECTORS
     30    call    Prepare_ByValidatingSectorsInALforOldInt13h ; Preserves AX
    3131    mov     bx, TIMEOUT_AND_STATUS_TO_WAIT(TIMEOUT_DRQ, FLG_STATUS_DRDY)
    3232%ifdef USE_186
Note: See TracChangeset for help on using the changeset viewer.