Changeset 32 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm


Ignore:
Timestamp:
Aug 6, 2010, 7:11:04 AM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Correct number of drives is now returned from AH=08h even when it is redirected to foreign BIOS.

File:
1 edited

Legend:

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

    r3 r32  
    22; Project name  :   IDE BIOS
    33; Created date  :   26.3.2010
    4 ; Last update   :   12.4.2010
     4; Last update   :   3.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for printing boot menu strings.
     
    2424    call    FloppyDrive_GetCount
    2525    mov     bl, cl                  ; Floppy Drive count to BL
    26     call    RamVars_GetDriveCounts
     26    call    RamVars_GetHardDiskCountFromBDAtoCX
    2727    mov     bh, cl                  ; Hard Disk count to BH
    2828    call    BootMenuPrint_GetCoordinatesForBottomStrings
Note: See TracChangeset for help on using the changeset viewer.