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 15 - system - power-on self-test error log (ps50+) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - SYSTEM - POWER-ON SELF-TEST ERROR LOG (PS50+)
        AH = 21h
        AL = subfunction
            00h read POST log
            01h write POST log
                BH = device ID
                BL = error code
Return: CF set on error
        AH = status (00h OK, 01h list full, 80h invalid cmd, 86h unsupported)
        if function 00h:
           BX = number of error codes stored
           ES:DI -> error log
Note:   the log is a series of words, the first byte of which identifies the
          error code and the second the device.

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