Changeset 84 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
- Timestamp:
- Jan 14, 2011, 10:57:46 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
r35 r84 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 9.12.2007 4 ; Last update : 24.8.2010 5 ; Author : Tomi Tilli 4 ; Last update : 14.1.2011 5 ; Author : Tomi Tilli, 6 ; : Krister Nordvall (optimizations) 6 7 ; Description : Int 13h function AH=Dh, Reset Hard Disk (Alternate reset). 7 8 … … 25 26 ALIGN JUMP_ALIGN 26 27 AHDh_HandlerForResetHardDisk: 28 %ifndef USE_186 27 29 call AHDh_ResetDrive 28 30 jmp Int13h_PopDiDsAndReturn 31 %else 32 push Int13h_PopDiDsAndReturn 33 ; Fall through to AHDh_ResetDrive 34 %endif 29 35 30 36
Note:
See TracChangeset
for help on using the changeset viewer.