Ignore:
Timestamp:
Jan 30, 2011, 7:15:06 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Some more initialization optimizations.
File:
1 edited

Legend:

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

    r97 r98  
    7474    call    Interrupts_InitializeInterruptVectors
    7575    call    DetectDrives_FromAllIDEControllers
    76     ; Fall to .StoreDptPointersToBDA
     76    ; Fall to .StoreDptPointersToIntVectors
    7777
    7878;--------------------------------------------------------------------
    79 ; .StoreDptPointersToBDA
     79; .StoreDptPointersToIntVectors
    8080;   Parameters:
    8181;       DS:     RAMVARS segment
     
    8686;       DX, DI
    8787;--------------------------------------------------------------------
    88 .StoreDptPointersToBDA:
     88.StoreDptPointersToIntVectors:
    8989    mov     dl, 80h
    9090    call    FindDPT_ForDriveNumber  ; DPT to DS:DI
Note: See TracChangeset for help on using the changeset viewer.