Ignore:
Timestamp:
Jan 30, 2011, 6:43:08 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Inlined some initialization functions.
  • Removed alignment bytes from some initialization functions.
  • Removed creation of compatible DPTs.
File:
1 edited

Legend:

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

    r86 r97  
    4545DetectDrives_WithIDEVARS:
    4646    push    cx
    47     call    DetectPrint_StartingMasterDetect    ; Print detection string
     47    mov     ax, g_szMaster
     48    call    DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP
    4849    call    DetectDrives_DetectMasterDrive      ; Detect and create DPT + BOOTNFO
    4950    call    DetectPrint_DriveNameOrNotFound     ; Print found or not found string
    5051
    51     call    DetectPrint_StartingSlaveDetect
     52    mov     ax, g_szSlave
     53    call    DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP
    5254    call    DetectDrives_DetectSlaveDrive
    5355    call    DetectPrint_DriveNameOrNotFound
Note: See TracChangeset for help on using the changeset viewer.