en:docs:dos:api:int21:5f:07

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=5FH, AL=07H

Version

5 and higher

Brief

ENABLE DRIVE

Family API

Input

  AX = 5F07h
  DL = drive number (0=A:)

Return

CF clear if successful
CF set on error
AX = error code (0Fh) (see #01680 at AH=59h/BX=0000h)

Macro

Notes

Simply sets the “valid” bit in the drive's CDS. This function is not supported by Novell DOS 7 through at least Update 4, but support was added by Update 13

See also

AH=52h - AX=5F08h"DOS"

Note

2018/09/04 17:23 · prokushev · 0 Comments