Changeset 269 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuInfo.asm


Ignore:
Timestamp:
Feb 27, 2012, 2:58:34 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Fixed a bug with reporting the number of hard disks when there were only foreign disks (none managed by this bios). Also a few small optimizations.

File:
1 edited

Legend:

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

    r254 r269  
    2121BootMenuInfo_CreateForHardDisk:
    2222    call    BootMenuInfo_ConvertDPTtoBX         ; ES:BX now points to new BOOTMENUINFO
    23     push    bx                                  ; Preserve for return
    24 
    25     mov     di, bx                              ; Starting pointer at beginning of structure
    2623
    2724    ; Store Drive Name
     
    4542    pop     si
    4643    pop     ds
    47     pop     bx
    4844       
    4945    ret
Note: See TracChangeset for help on using the changeset viewer.