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 21 - phar lap 386/dos-extender - map physical memory at end of segment http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Phar Lap 386/DOS-Extender - MAP PHYSICAL MEMORY AT END OF SEGMENT
        AX = 250Ah
        ES = segment selector in the Local Descriptor Table (LDT) of segment
             to modify
        EBX = physical base address of memory to map (multiple of 4K)
        ECX = number of physical 4K pages to map
Return: CF clear if successful
            EAX = 32-bit offset in segment of mapped memory
        CF set on error
            EAX = error code
                08h insufficient memory to create page tables
                09h invalid segment selector

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