Changeset 253 in xtideuniversalbios


Ignore:
Timestamp:
Feb 18, 2012, 2:22:56 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Forgot to remove code that stored capacity to BOOTNFO.
File:
1 edited

Legend:

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

    r252 r253  
    4747    pop     si
    4848    pop     ds
    49 
    50 ;
    51 ; Store Sector Count
    52 ;
    53     call    AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI
    54 
    55     stosw
    56     xchg    ax, dx
    57     stosw
    58     xchg    ax, bx
    59     stosw
    60 
    6149    pop     bx
    6250       
Note: See TracChangeset for help on using the changeset viewer.