summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordavej <davej>2001-12-09 16:35:51 +0000
committerdavej <davej>2001-12-09 16:35:51 +0000
commit47f7b0887481de764256ec6efc8a088f3f856acb (patch)
tree42ad4e5b3358dded7efe13639ded5d0450ebedfd /README
parent96b6469dd4f7e0d29e0a0feabd2a96417c69b908 (diff)
OpenBSD & Win32 support, and some bug-squishing & updates..
2001-12-9 Hans-Frieder Vogt <hfvogt@nexgo.de> * AMD/MSR-K6.c: Fix write-allocation reports on K6-III 2001-12-9 Matthew Gregan <mgregan@jade.co.nz> * AMD/AMD.h, Cyrix/Cyrix.h, Intel/Intel.h, x86info.h: Add guards * AMD/MSR-K6.c, AMD/bluesmoke.c, IDT/identify.c: * Intel/bluesmoke.c, rdmsr.c: s/rdmsr/readmsr/ (work around OpenBSD braindamage) * Intel/identify.c: Reformat & update. Add chip revisions where known. * MHz.c: Win32 support, increase usleep amount to work on win32 (Also better value for Linux and other OSs) * Makefile: Win32 support. * bluesmoke.c: Remove, go with vendor specific version. * cpuid.s: renamed to cpuid_UP.S * x86info.c: Win32 support, extra sanity checks.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 2555115..7e80693 100644
--- a/README
+++ b/README
@@ -4,6 +4,9 @@ Dave Jones <davej@suse.de>
This program started life as a cpuid program by Phil Karn.
It's been modified considerably, and much more is planned.
+For problems specific to the Cygwin/Win32 port, contact
+Matthew Gregan <mgregan@jade.co.nz>.
+
Features:
- SMP support.
- Recognition of all Intel/AMD/IDT/Cyrix/VIA CPUs.
@@ -25,13 +28,20 @@ Caveats:
mknod msr c 202 $i
done
+ To build under Win32/Cygwin, uncomment the second line
+ in the Makefile, otherwise some files will fail to build.
+
+ Usage under Win32 is somewhat limited at present:
+ - only one CPU is polled in an SMP system
+ - no support for reading MSRs
+
Command line switches:
?, --help
Show command line arguments.
-a, --all
- Show all information. This turns on -c, -f, -m, -r
+ Show all information. This turns on -c, -f, -m, -r, -mhz
-c, --cacheinfo
Show TLB / Cache sizes/associativity.