Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm


Ignore:
Timestamp:
Aug 20, 2011, 6:37:44 PM (13 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hopefully this commit is successful. Sorry for the mess.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm

    r128 r165  
    3838.StoreSectorCount:
    3939    push    bx
    40     call    AtaID_GetTotalSectorCount       ; Get to BX:DX:AX
     40    call    AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI
    4141    mov     cx, bx                          ; Now in CX:DX:AX
    4242    pop     bx
Note: See TracChangeset for help on using the changeset viewer.