Mark Real Mode Region as Pageable [0.9]

Advises the DPMI host that the specified memory below the 1 MB boundary may be paged to disk.

Call With

AX = 0602H
BX:CX = starting linear address of memory to mark as pageable
SI:DI = size of region to be marked (bytes)

Returns

if function successful
Carry flag = clear

if function unsuccessful
Carry flag = set
AX = error code
8002Hinvalid state (region already marked as pageable)
8025Hinvalid linear address (region is above 1 MB boundary)

Notes