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/Handlers/Int13h/Common/HCapacity.asm

    r3 r32  
    22; Project name  :   IDE BIOS
    33; Created date  :   16.3.2010
    4 ; Last update   :   12.4.2010
     4; Last update   :   3.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for hard disk capacity calculations.
     
    2626HCapacity_GetSectorCountFromForeignAH08h:
    2727    mov     ah, 08h         ; Get Drive Parameters
    28     int     INTV_DISK_FUNC
     28    call    Int13h_CallPreviousInt13hHandler
    2929    jmp     SHORT HCapacity_ConvertAH08hReturnValuesToSectorCount
    3030
Note: See TracChangeset for help on using the changeset viewer.