home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcjr / 3-drv-jr.lzh / IBMPATCH.ARC / DOS20.DOC < prev    next >
Text File  |  1980-01-01  |  896b  |  22 lines

  1. PATCH FILE DOS20
  2.  
  3.  
  4. This patch corrects 4 problems in DOS 2.00
  5.  
  6. The files patched are IBMDOS.COM and COMMAND.COM
  7. These files should always be in the root directory.
  8.  
  9.  
  10. Patch 1 -  Get disk freespace function call will occasionally modify a buffer
  11.        incorrectly. (IBMDOS.COM)
  12. Patch 2 -  Same patch continued (IBMDOS.COM)
  13. Patch 3 -  Aborting to INT 24 does not restore vectors from PSP header.
  14.        (IBMDOS.COM)
  15.        Noticeably, after using the EXEC system call if the parent gets an
  16.        INT 24, an abort response will not go back to the parent.
  17.        (IBMDOS.COM)
  18. Patch 4 -  Reads from non-console devices in ASCII mode return incorrect counts
  19.        for a character read (IBMDOS.COM)
  20. Patch 5 -  Corrects an overlay of stack on return from function call 4Bh
  21.        (COMMAND.COM)
  22.