qa.hlp (Table of Contents; Topic list)
Int 15H Function 21H Subfunction 00H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Read POST Error Log      [PS/2]
 
  Returns error information that was accumulated during the most recent
  power-on self-test (POST).
 
  Input             Output
  ══════            ══════════════════════════════════════
  AH=21H            If function successful
  AL=00H            Carry flag=clear
                    AH=00H
                    BX=number of POST error codes stored
                    ES:DI=segment:offset of POST error log
                    If function unsuccessful
                    Carry flag=set
                    AH=status
                       80H=invalid command
                       86H=function not supported
                                    -♦-