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 01H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Write POST Error Log      [PS/2]
 
  Adds an entry to the power-on self-test (POST) error log.
 
  Input                           Output
  ════════════════════            ═════════════════════════════
  AH=21H                          If function successful
  AL=01H                          Carry flag=clear
  BH=device identifier            AH=00H
  BL=device error code            If function unsuccessful
                                  Carry flag=set
                                  AH=status
                                     01H=error list full
                                     80H=invalid command
                                     86H=function not supported
                                    -♦-