Changeset 424 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Bios.asm


Ignore:
Timestamp:
May 16, 2012, 4:23:10 PM (12 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to BIOS Drive Information Tool:

  • Up to date with recent CHS translation changes.
  • Block mode and PIO capabilities are now displayed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BIOS_Drive_Information_Tool/Src/Bios.asm

    r376 r424  
    3131;       AX, BX, CX
    3232;--------------------------------------------------------------------
    33 ALIGN JUMP_ALIGN
    3433Bios_GetNumberOfHardDrivesToDX:
    3534    mov     dl, 80h     ; First hard drive
     
    5453;       Nothing
    5554;--------------------------------------------------------------------
    56 ALIGN JUMP_ALIGN
    5755Bios_ReadOldInt13hParametersFromDriveDL:
    5856    mov     ah, GET_DRIVE_PARAMETERS
     
    102100;       Nothing
    103101;--------------------------------------------------------------------
    104 ALIGN JUMP_ALIGN
    105102Bios_ReadOldInt13hCapacityFromDriveDL:
    106103    mov     ah, GET_DISK_TYPE
     
    123120;       ES
    124121;--------------------------------------------------------------------
    125 ALIGN JUMP_ALIGN
    126122Bios_ReadAtaInfoFromDriveDLtoBX:
    127123    mov     bx, g_rgbAtaInfo
     
    146142;       Nothing
    147143;--------------------------------------------------------------------
    148 ALIGN JUMP_ALIGN
    149144Bios_ReadEbiosVersionFromDriveDL:
    150145    mov     ah, CHECK_EXTENSIONS_PRESENT
     
    175170;       Nothing
    176171;--------------------------------------------------------------------
    177 ALIGN JUMP_ALIGN
    178172Bios_ReadEbiosInfoFromDriveDLtoDSSI:
    179173    mov     si, g_edriveInfo
Note: See TracChangeset for help on using the changeset viewer.