Changeset 332 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool


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/BIOS_Drive_Information_Tool/Src/Main.asm

    r327 r332  
    141141    push    cx
    142142    push    dx
    143     push    dx
    144143
    145144    call    Bios_ReadOldInt13hParametersFromDriveDL
     
    151150    call    Print_NullTerminatedStringFromSI
    152151    pop     dx
     152    push    dx
    153153    call    Bios_ReadOldInt13hCapacityFromDriveDL
    154154    call    Print_ErrorMessageFromAHifError
     
    163163    ret
    164164
    165    
     165
    166166ALIGN JUMP_ALIGN
    167167DisplayNewInt13hInformationFromDriveDL:
Note: See TracChangeset for help on using the changeset viewer.