Changeset 32 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common
- Timestamp:
- Aug 6, 2010, 7:11:04 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HCapacity.asm
r3 r32 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 16.3.2010 4 ; Last update : 12.4.20104 ; Last update : 3.8.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for hard disk capacity calculations. … … 26 26 HCapacity_GetSectorCountFromForeignAH08h: 27 27 mov ah, 08h ; Get Drive Parameters 28 int INTV_DISK_FUNC28 call Int13h_CallPreviousInt13hHandler 29 29 jmp SHORT HCapacity_ConvertAH08hReturnValuesToSectorCount 30 30
Note:
See TracChangeset
for help on using the changeset viewer.