Changeset 221 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Jan 25, 2012, 2:36:47 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • AH=0Ch (Seek) should work properly again.
  • More than 127 sectors are no longer allowed for EBIOS functions.
  • Changed location for BOOTNFO structs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r218 r221  
    207207
    208208    ; INT 13h Hard Disk BIOS functions
    209     %include "DriveXlate.asm"       ; For swapping drive numbers
    210     %include "Address.asm"          ; For sector address translations
    211     %include "CommandLookup.asm"    ; For getting correct transfer command
    212     %include "PrepareBuffer.asm"    ; For buffer pointer normalization
    213209    %include "Int13h.asm"           ; For Int 13h, Disk functions
    214210    %include "AH0h_HReset.asm"      ; Required by Int13h_Jump.asm
     
    227223    %include "AH24h_HSetBlocks.asm" ; Required by Int13h_Jump.asm
    228224    %include "AH25h_HDrvID.asm"     ; Required by Int13h_Jump.asm
     225    %include "DriveXlate.asm"       ; For swapping drive numbers
     226    %include "Address.asm"          ; For sector address translations
     227    %include "Prepare.asm"          ; For buffer pointer normalization
    229228%ifdef MODULE_EBIOS
    230     %include "AH41h_CheckIfExtensionsPresent.asm"
    231229    %include "AH42h_ExtendedReadSectors.asm"
    232230    %include "AH43h_ExtendedWriteSectors.asm"
     
    234232    %include "AH47h_ExtendedSeek.asm"
    235233    %include "AH48h_GetExtendedDriveParameters.asm"
     234    %include "AH41h_CheckIfExtensionsPresent.asm"
    236235%endif
    237236
Note: See TracChangeset for help on using the changeset viewer.