Changeset 43 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h
- Timestamp:
- Sep 24, 2010, 6:05:18 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
r35 r43 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 27.9.2007 4 ; Last update : 24. 8.20104 ; Last update : 24.9.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=8h, Read Disk Drive Parameters. … … 43 43 .GetDriveParametersForForeignHardDiskInDL: 44 44 call Int13h_CallPreviousInt13hHandler 45 jc SHORT .ReturnErrorFromPreviousInt13hHandler 45 46 call RamVars_GetCountOfKnownDrivesToDL 46 47 jmp Int13h_ReturnWithValueInDL 48 .ReturnErrorFromPreviousInt13hHandler: 49 jmp Int13h_PopDiDsAndReturn 47 50 48 51
Note:
See TracChangeset
for help on using the changeset viewer.