Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm

    r3 r28  
    22; Project name  :   IDE BIOS
    33; Created date  :   23.3.2010
    4 ; Last update   :   2.5.2010
     4; Last update   :   1.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for initializing the BIOS.
     
    418418ALIGN JUMP_ALIGN
    419419Initialize_ResetDetectedDrives:
    420     ; Initialize to speed up POST. DOS will reset drives anyway.
    421     eMOVZX  cx, BYTE [RAMVARS.bDrvCnt]
    422     jcxz    .Return
    423     mov     dl, [RAMVARS.bFirstDrv]
    424 ALIGN JUMP_ALIGN
    425 .InitLoop:
    426     call    AH9h_InitializeDriveForUse
    427     inc     dx                  ; Next drive
    428     loop    .InitLoop
    429 .Return:
    430     ret
     420    jmp     AH0h_ResetHardDisksHandledByOurBIOS
Note: See TracChangeset for help on using the changeset viewer.