Changeset 28 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH11h_HRecal.asm
- Timestamp:
- Aug 1, 2010, 5:57:24 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH11h_HRecal.asm
r3 r28 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 28.9.2007 4 ; Last update : 12.4.20104 ; Last update : 29.7.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=11h, Recalibrate. … … 55 55 mov cx, 1 ; Seek to Cylinder 0, Sector 1 56 56 xor dh, dh ; Head 0 57 call AHCh_SeekToCylinder 58 ret 57 jmp AHCh_SeekToCylinder
Note:
See TracChangeset
for help on using the changeset viewer.