en:docs:dos:api:int21:0d

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=0DH

Version

1 and higher

Brief

DISK RESET

Family API

Input

AH = 0Dh

Return

(DOS 6 only) CF clear (earlier versions preserve CF)

Notes

This function writes all modified disk buffers to disk, but does not update the directory information (that is only done when files are closed or a SYNC call is issued)

See also

AX=5D01h,AX=710Dh,INT 13/AH=00h,INT 2F/AX=1120h

Note

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