Changeset 324 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm


Ignore:
Timestamp:
Mar 11, 2012, 6:45:03 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Boot Menu now displays correct capacity when using user defined LBA.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeError.asm

    r294 r324  
    2929
    3030    ; I don't think anything actually reads these from BDA
    31     push    ds
    32     LOAD_BDA_SEGMENT_TO ds, dx
    33     mov     [HDBDA.wHDStAndErr], ax
    34     pop     ds
     31    ;push   ds
     32    ;LOAD_BDA_SEGMENT_TO    ds, dx
     33    ;mov        [HDBDA.wHDStAndErr], ax
     34    ;pop        ds
    3535
    3636    ; Fall to GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX
Note: See TracChangeset for help on using the changeset viewer.