Ignore:
Timestamp:
Jan 27, 2011, 8:14:13 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

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

    r3 r88  
    1 ; File name     :   AH25h_HDrvID.asm
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   24.10.2009
    4 ; Last update   :   14.4.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   Int 13h function AH=25h, Get Drive Information.
    73
     
    9187    mov     al, HCMD_ID_DEV             ; Load Identify Device command to AL
    9288    out     dx, al                      ; Output command
    93     call    SoftDelay_BeforePollingStatusRegister
    9489    call    HStatus_WaitDrqDefTime      ; Wait until ready to transfer (no IRQ!)
    9590    jc      SHORT .Return               ; Return if error
Note: See TracChangeset for help on using the changeset viewer.