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

  1.  
  2.                  PATCH87.DOC File
  3.  
  4.         Notes on patching MS-DOS(R) Version 3.20
  5.  
  6.         (C) Copyright Microsoft Corporation, 1988
  7.  
  8.  
  9. Version 3.20 of MS-DOS(R) contains a bug that can cause unexpected results in
  10. programs that use floating-point math. This file explains how to eliminate
  11. that problem by using PATCH87.EXE, a program included in this release.
  12.  
  13. Note that IBM(R) PC-DOS 3.20 contains another, different floating-point bug.
  14. The README.DOC file for this release tells you where to find more information
  15. about installing a patch for that bug. If you use any version of DOS 3.20
  16. other than IBM PC-DOS 3.20 or MS-DOS 3.20, contact your hardware manufacturer
  17. to determine whether the problem exists in your version.
  18.  
  19.  
  20. Do I Need to Use This Program?
  21. ------------------------------
  22. You do not need to read any further unless your system has ALL of the following
  23. characteristics:
  24.  
  25.     1.    You use MS-DOS version 3.20.
  26.     2.    You boot from a hard-disk drive.
  27.     3.    Your system has a math coprocessor (for instance, an 8087 chip).
  28.     4.    You run programs that use floating-point math.
  29.  
  30. For systems that satisfy all of the preceding conditions, you may be able to
  31. eliminate floating-point math problems by installing a small patch in DOS. If
  32. you are not sure whether you need the patch, perform the following steps:
  33.  
  34.     1.    Copy the program PATCH87.EXE (included in this release) to the root
  35.     directory of your hard-disk drive.
  36.  
  37.     2.    Reboot your system from the hard disk and DO NOT PERFORM ANY FLOPPY-
  38.     DISK OPERATIONS after rebooting. It is very important that you avoid
  39.     floppy-disk I/O after rebooting, since that will affect the reliability
  40.     of the diagnostic test that you are about to perform.
  41.  
  42.     3.    If necessary, use the CD command to move to the root directory of your
  43.     hard-disk drive.
  44.  
  45.     4.    Run the PATCH87.EXE program by entering this command at the DOS prompt:
  46.  
  47.         PATCH87
  48.  
  49.     The program performs a diagnostic test on your system to determine
  50.     whether it needs the DOS patch, and, if the patch is needed,
  51.     whether it can be performed successfully.
  52.  
  53.      5. Follow the procedure described in the next section if the program
  54.     tells you that you need to install the DOS patch, and that it can
  55.     be done.
  56.  
  57.     NOTE: The floating-point problem has been eliminated in versions of
  58.     MS-DOS higher than 3.20. This includes MS-DOS versions 3.21 and 3.30.
  59.  
  60.  
  61.  
  62. If You Need to Install the Patch
  63. --------------------------------
  64. If you performed the preceding test and determined that you should install the
  65. DOS patch on your system, perform the following steps:
  66.  
  67.     1.    Format a blank floppy disk. (Do NOT use the /s formatting option to
  68.     transfer system files to the disk.)
  69.  
  70.     2.    Use the SYS command to copy IO.SYS and MSDOS.SYS from the root
  71.     directory of your hard disk to the new floppy disk. For instance, if
  72.     you boot from drive C:, you would enter the following commands:
  73.  
  74.         C:
  75.         SYS A:
  76.  
  77.     3.    Use the COPY command to copy COMMAND.COM and SYS.COM to the same
  78.     floppy disk.
  79.  
  80.     4.    Use the COPY command to copy the program PATCH87.EXE (included in this
  81.     release) to the same floppy disk.
  82.  
  83.     5.    Change the current drive and directory to the floppy disk, by entering
  84.     the following command:
  85.  
  86.         A:
  87.  
  88.     7.    Install the DOS patch by entering the following command:
  89.  
  90.         PATCH87 /F
  91.  
  92.     WARNING: If you experience any disk errors during steps 2 through 7,
  93.     do NOT proceed with step 8. Reboot from your hard disk and repeat the
  94.     entire process.
  95.  
  96.     8.    If you have not experienced any errors, use the SYS command to transfer
  97.     the files IO.SYS and MSDOS.SYS from the floppy disk back to your hard
  98.     disk. For instance, if the boot directory of your system is the root
  99.     directory of drive C:, you would enter the following command at the DOS
  100.     prompt:
  101.  
  102.         A:
  103.         SYS C:
  104.  
  105.     This installs the DOS patch.
  106.  
  107.     9.    Reboot the system.
  108.