Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 67h, 59h get expanded memory hardware information . 4.0</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  59h  GET EXPANDED MEMORY HARDWARE INFORMATION              . 4.0

On entry:
        AH = 59h
        AL = subfunction
            00h get hardware configuration array
               ES:DI = pointer to buffer to be filled with array
            01h get unallocated raw page count

Return:
        BX = unallocated raw pages (subfunction 01h)
        DX = total raw pages (subfunction 01h)
        AH = status
            00h successful
            80h internal error
            81h hardware failure
            84h undefined function requested
            8Fh undefined subfunction
            A4h access denied by operating system

Note: subfunction 00h is for use by operating systems only, and can be
      enabled or disabled at any time by the operating system

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