Interrups | Categories | Contents |
AX = 252Bh BH = 09h BL = subfunction 00h get page table entry by linear address ECX = linear address for which to get page table entry 01h get page table entry by logical address ES:ECX = address for which to get page table entry
Return:
CF clear if successful EAX = page table entry EBX = additional page table information CF set on error EAX = error code 0009h invalid address 0082h running under DPMI
See Also: AX=251Dh - AX=252Bh/BH=0Ah
Category: DOS Extenders - Int 21h - P
Interrups | Categories | Contents |