Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 31 - dpmi 0.9 api - protected mode - mark real mode region as pageable http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DPMI 0.9 API - protected mode - MARK REAL MODE REGION AS PAGEABLE
        AX = 0602h
        BX:CX = starting linear address
        SI:DI = size of region in bytes
Return: CF set on error
            none of the memory is made pageable
        CF clear if successful
Notes:  relock all unlocked real mode memory before terminating process
        pages at beginning and end will be unlocked if the region overlaps them
        pageability of real mode pages is binary, not a count
SeeAlso: AX=0600h,AX=0603h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson