www.delorie.com/djgpp/doc/dpmi/api/310602.html   search  
Int 31H Function 0602H

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


  prev next   webmaster     delorie software   privacy  
  Copyright © 1996     Updated Apr 1996