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 - lim ems 4.0 - get mappable physical address array http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67 - LIM EMS 4.0 - GET MAPPABLE PHYSICAL ADDRESS ARRAY
        AH = 58h
        AL = subfunction
            00h get mappable physical address array
                ES:DI -> buffer to be filled with array
            01h get number of entries in m.p.a. array
Return: CX = number of entries in array
        AH = status
            00h successful
            80h internal error
            81h hardware failure
            84h undefined function requested
            8Fh undefined subfunction
Note:   the returned array for subfunction 00h is filled in physical segment
          address order

Format of mappable physical address entry:
Offset  Size    Description
 00h    WORD    physical page segment
 02h    WORD    physical page number

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