summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordavej <davej>2001-08-10 08:47:10 +0000
committerdavej <davej>2001-08-10 08:47:10 +0000
commit5d93daed4e5e972cfbb1dd53524b13615c46acde (patch)
tree7858444a6be2df2ddc3453fcc2316f1680251fcc /README
parentcb394e1de3390a71773cb22321e69fa1769c7d7b (diff)
Add two new options for forthcoming features.
Update documentation.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index c650ccf..a411b21 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ It's been modified considerably, and much more is planned.
Features:
- SMP support.
- - Recognition of all Intel/AMD/IDT/Cyrix CPUs.
+ - Recognition of all Intel/AMD/IDT/Cyrix/VIA CPUs.
- Parsing of model specific registers.
- Approximation of current CPU MHz.
@@ -42,4 +42,13 @@ Command line switches:
-r, --registers
Dump register values from all cpuid calls possible.
+-s, --show-bluesmoke
+ Show the Machine Check registers if available.
+
+--parse-bluesmoke
+ Translate a Machine Check Exception dump to english.
+
+--check-bluesmoke
+ Check the Machine Check registers, and print warning if necessary.
+ This option is intended for use in for eg, an hourly cronjob.