Changeset 97 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
- Timestamp:
- Jan 30, 2011, 6:43:08 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r86 r97 45 45 DetectDrives_WithIDEVARS: 46 46 push cx 47 call DetectPrint_StartingMasterDetect ; Print detection string 47 mov ax, g_szMaster 48 call DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP 48 49 call DetectDrives_DetectMasterDrive ; Detect and create DPT + BOOTNFO 49 50 call DetectPrint_DriveNameOrNotFound ; Print found or not found string 50 51 51 call DetectPrint_StartingSlaveDetect 52 mov ax, g_szSlave 53 call DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP 52 54 call DetectDrives_DetectSlaveDrive 53 55 call DetectPrint_DriveNameOrNotFound
Note:
See TracChangeset
for help on using the changeset viewer.