Int 2F/AX=120Eh

Prev Next Ralf Interrups Categories Contents

------

DOS 3.0+ internal - MARK ALL DISK BUFFERS UNREFERENCED

AX = 120Eh
SS = DOS DS (must be using a DOS internal stack)

Return:
DS:DI -> first disk buffer

Notes: Clears "referenced" flag on all disk buffers. In DOS 5+, this has become essentially a NOP, invoking the same code used by AX=1224h (SHARING DELAY)

See Also: AX=1209h - AX=1210h - INT 21/AH=0Dh

Category: DOS Kernel - Int 2Fh - D

------

Prev Next Ralf Interrups Categories Contents