home *** CD-ROM | disk | FTP | other *** search
- To compile the cpuid.exe program with the Borland C++ compiler, use the
- following command line:
-
- bcc @cpuid
-
- The following files are included in cpuidfls.exe:
-
-
- cpuid A compiler directive file for
- compiling the cpuid.exe program.
- cpuid requires the following .h and
- .cpp files for compilation.
- defines.h A header file
- cpuid.cpp The main module
- cpuname.cpp Identifies the specific CPU and features
- ckcpubit.cpp Checks processor ID bit in EFLAGS
- cpuidstr.cpp Determines the largest function value and
- identifies AMD as the vendor
- extidstr.cpp Finds the largest extended function value
- recognized by AMD processors
- extname.cpp Identifies the specific CPU
- extstr.cpp Displays the processor name string
- extcache.cpp Provides information about the TLB and caches
- chkcpuid.cpp Identifies the processor name string
-
- cpuid.exe The executable program
-