Int 2F/AX=1207h

Prev Next Ralf Interrups Categories Contents

------

DOS 3.0+ internal - MAKE DISK BUFFER MOST-RECENTLY USED

AX = 1207h
DS:DI -> disk buffer

Return:
Nothing

Desc: Move the indicated buffer to the end of the disk buffer chain (least- recently used is first); under DOS 3.3, the buffer is then moved to the start of the disk buffer chain if it was marked unused

Notes: Can be called only from within DOS. This function is nearly the same as AX=120Fh

See Also: AX=120Fh

Category: DOS Kernel - Int 2Fh - D

------

Prev Next Ralf Interrups Categories Contents