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 - physical address mapping http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DPMI 0.9 API - protected mode - PHYSICAL ADDRESS MAPPING
        AX = 0800h
        BX:CX = physical address
        SI:DI = size in bytes
Return: CF set on error
        CF clear if successful
            BX:CX = linear address which maps the requested physical memory
Notes:  implementations may refuse this call because it can circumvent protects
        the caller must build an appropriate selector for the memory
        do not use for memory mapped in the first megabyte

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