home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / cpu / 386step / readme.txt < prev   
Text File  |  1992-02-03  |  1KB  |  32 lines

  1. In addition to this file you should have received:
  2.  
  3. 386STEP.SCR
  4. 386STEP.COM
  5.  
  6. This file is a transcription of the DEBUG script printed in
  7. the February 11, 1992, issue of PC Magazine.  The 'source'
  8. used to create this program is in 386STEP.SCR.  DOS's 
  9. DEBUG program was called using the command:
  10.  
  11. DEBUG < 386STEP.SCR
  12.  
  13. and 386STEP.COM was created.  The 386STEP program will
  14. analyze your 386 processor and determine its step (i.e.
  15. revision) level.  386STEP runs under DOS.
  16.  
  17. This information can be useful in determining how OS/2 2.0
  18. (and other protected mode and/or 32-bit programs)
  19. will behave on your system.  OS/2 2.0 determines the step
  20. level of your 80386 and adjusts its behavior accordingly.
  21. For example, OS/2 2.0 will be unable to use an 80387 coprocessor,
  22. if present, with certain early 80386 chips because of a fault.
  23. This program can help determine whether a replacement 80386
  24. is warranted.
  25.  
  26. For more details, please read the article in PC Magazine.
  27.  
  28. Enjoy.
  29.  
  30. Timothy F. Sipples            sip1@ellis.uchicago.edu
  31. 
  32.