qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-