Ignore:
Timestamp:
Apr 21, 2013, 3:47:11 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hotkeys were incorrectly initialized to use 'C' as first hard drive letter.
  • All CHS translate modes should again work (incorrectly decremented DX instead of DL, it might or might not have caused problems).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH15h_HSize.asm

    r526 r547  
    2323;--------------------------------------------------------------------
    2424; Int 13h function AH=15h, Read Disk Drive Size.
     25;
     26; It is unclear what is the total number of sectors to return.
     27; Award BIOS from 1997 returns full capacity instead of L-CHS limit
     28; like we do. I think it makes more sense if this function returns
     29; L-CHS limit.
    2530;
    2631; AH15h_HandlerForReadDiskDriveSize
Note: See TracChangeset for help on using the changeset viewer.