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 67 - virtual control program interface - allocate a 4k page http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67 - Virtual Control Program Interface - ALLOCATE A 4K PAGE
        AX = DE04h
Return: AH = 00h successful
            EDX = physical address of allocated page
        AH nonzero: failed
Notes:  the client program is responsible for freeing all memory allocated
          with this call before terminating
        also available in protected mode by calling the protected-mode VCPI
          entry point
SeeAlso: AX=DE03h,DE05h

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