Int 13/AH=09h

Prev Next Ralf Interrups Categories Contents

------

HARD DISK - INITIALIZE CONTROLLER WITH DRIVE PARAMETERS (AT,PS)

AH = 09h
DL = drive (80h for first, 81h for second)

Return:
CF clear if successful CF set on error AH = status (see #00234)

Notes: On the PC and XT, this function uses the parameter table pointed at by INT 41. On the AT and later, this function uses the parameter table pointed at by INT 41 if DL=80h, and the parameter table pointed at by INT 46 if DL=81h

See Also: INT 41"HARD DISK 0" - INT 46"HARD DISK 1"

Category: Bios - Int 13h - H

------

Prev Next Ralf Interrups Categories Contents