home *** CD-ROM | disk | FTP | other *** search
/ 98 Driver Collection MD-0164 / DRIVER_KING_98.iso / CPU / cyrix / README.TXT < prev   
Encoding:
Text File  |  1997-01-22  |  2.6 KB  |  45 lines

  1. ****************************************************************************
  2. ****************************************************************************
  3. ***************************   Please Read This  ****************************
  4. *                                                                          *
  5. * Cyrix has used the Cyrix CPU/FPU indentification software CXID.EXE       *
  6. * and source code internally, and currently knows of no errors in the      *
  7. * operation of such software.  However Cyrix makes no representation       *
  8. * that program errors do not exist, or that such software will work        *
  9. * with every system configuration.  The Cyrix CPU/FPU indentification      *
  10. * software CXID.EXE and source code is provided "AS IS" without warranty   *
  11. * or representation of any kind, either express or implied, including,     *
  12. * but not limited to, any warranty of noninfringement of any patent,       *
  13. * copyright or other intellectual property right, and any implied          *
  14. * warranties of merchantability and fitness for a particular purpose.      *
  15. *                                                                          *
  16. ***************************      Thank You      ****************************
  17. ****************************************************************************
  18. What this code does: 
  19.  
  20.     This code can be used to identify if a Cyrix CPU and or Cyrix FPU 
  21.     is present and what stepping it is.      
  22.  
  23. What files are included/what they do:
  24.  
  25.    build           -         The build file     
  26.    isv86.asm       -         Test to determine if the current system
  27.                              is in V86 or real mode
  28.    id_fpu.asm      -         Determine if FPU is a Cyrix FPU
  29.    lowlev.asm      -         2 routines to read/write Cyrix
  30.                              configuration internal registers.
  31.    cpuid.asm       -         Support to determine if CPUID is
  32.                              available and a routine to use CPUID
  33.    isfpu.asm       -         Check if an FPU is present
  34.    id.asm          -         Test for Cyrix CPU 
  35.    bad_op.asm      -         Invalid opcode handler 
  36.    aorb.c          -         Test for A or B step DLC/SLC
  37.    cpu_type.c      -         Figure out what Cyrix CPU is present
  38.    is486.asm       -         Check for 80486 level present
  39.    displycx.c      -         CPU name screen print
  40.    cyrix.rsp       -         response file for many file names
  41.    cx_funcs.h      -         prototypes
  42.    cpu_type.h      -         CPU DIR0 Values
  43.    cxid.c          -         Main routine
  44.    cxid.exe        -         Compilation/Link of above
  45.