home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c040 / 1.ddi / DOSPATCH / PATCH320.DO$ / PATCH320.bin
Encoding:
Text File  |  1988-02-19  |  2.1 KB  |  58 lines

  1.  
  2.              PATCH320.DOC File
  3.  
  4.          Notes on patching IBM(R) PC-DOS Version 3.20
  5.  
  6.           (C) Copyright Microsoft Corporation, 1988
  7.  
  8.  
  9. Version 3.20 of IBM(R) PC-DOS contains a bug that can cause unexpected results
  10. in programs that generate floating-point exceptions. This file explains how to
  11. install a small patch in DOS to eliminate the problem.
  12.  
  13. It is especially important to install this patch if you wish to use the C
  14. run-time routine signal with the SIGFPE parameter, since that routine does
  15. not work correctly in the unpatched version of IBM PC-DOS 3.20. IBM Corporation
  16. also supplies a patch to eliminate this problem.
  17.  
  18. Note that MS-DOS(R) Version 3.20 contains another, different floating-point
  19. bug. The README.DOC file for this release tells you where to find more
  20. information about installing a patch for that bug. If you use any version of
  21. DOS 3.20 other than IBM PC-DOS 3.20 or MS-DOS 3.20, contact your hardware
  22. manufacturer to determine whether the problem exists in your version.
  23.  
  24. You can install the DOS patch for IBM PC-DOS 3.20 by following these steps:
  25.  
  26.     1.    Format a blank floppy disk. (Do NOT use the /s formatting option to
  27.     transfer system files to the disk.)
  28.  
  29.     2.    Use the SYS command to copy the files IBMDOS.COM and IBMBIO.COM to
  30.     the new disk. For example, if you boot from drive C:, you could use
  31.     these commands:
  32.  
  33.     C:
  34.     SYS A:
  35.  
  36.     3.    Use the COPY command to copy the files COMMAND.COM, SYS.COM,  and
  37.     DEBUG.COM to the new disk.
  38.  
  39.     4.    Use the COPY command to copy the files STKPAT.BAT, STKPAT.SCR,
  40.     RMRHS.EXE, and SETRHS.EXE from the \PATCH directory of your hard-disk
  41.     drive to the new disk.
  42.  
  43.     5.    Reboot your system from the floppy disk that you prepared in steps 1-4.
  44.  
  45.     6.    Run the STKPAT.BAT file to patch the IBMBIO.COM file on the new disk.
  46.  
  47.     7.    Use the SYS command to transfer the patch from the floppy disk to any
  48.     other Version 3.20 disk. For example, if you normally boot from drive
  49.     C:, you would enter these commands to transfer the patched DOS to
  50.     your hard-disk drive:
  51.  
  52.         A:
  53.         SYS C:
  54.  
  55.     This installs the patch.
  56.  
  57.     8.    Reboot your system as you normally do.
  58.