Changeset 259 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Feb 23, 2012, 7:14:06 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm
r258 r259 72 72 .StoreDptPointersToIntVectors: 73 73 mov dl, 80h 74 call RamVars_IsDriveHandledByThisBIOS 74 call RamVars_IsDriveHandledByThisBIOS_And_FindDPT_ForDriveNumber ; DPT to DS:DI 75 75 jc SHORT .FindForDrive81h ; Store nothing if not our drive 76 call FindDPT_ForDriveNumber ; DPT to DS:DI77 76 mov [es:HD0_DPT_POINTER_41h*4], di 78 77 mov [es:HD0_DPT_POINTER_41h*4+2], ds 79 78 .FindForDrive81h: 80 79 inc dx 81 call RamVars_IsDriveHandledByThisBIOS 80 call RamVars_IsDriveHandledByThisBIOS_And_FindDPT_ForDriveNumber 82 81 jc SHORT .ResetDetectedDrives 83 call FindDPT_ForDriveNumber84 82 mov [es:HD1_DPT_POINTER_46h*4], di 85 83 mov [es:HD1_DPT_POINTER_46h*4+2], ds
Note:
See TracChangeset
for help on using the changeset viewer.