Changeset 33 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
- Timestamp:
- Aug 23, 2010, 4:27:11 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r3 r33 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 17.3.2010 4 ; Last update : 2 .5.20104 ; Last update : 23.8.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for detecting drive for the BIOS. … … 24 24 ALIGN JUMP_ALIGN 25 25 DetectDrives_FromAllIDEControllers: 26 call Initialize_GetIdeControllerCountToCX26 call RamVars_GetIdeControllerCountToCX 27 27 mov bp, ROMVARS.ideVars0 ; CS:BP now points to first IDEVARS 28 28 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.