summaryrefslogtreecommitdiffstats
path: root/DOCS/MTRR
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/MTRR')
-rw-r--r--DOCS/MTRR4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/MTRR b/DOCS/MTRR
index 6117f4f259..cdfd4128dd 100644
--- a/DOCS/MTRR
+++ b/DOCS/MTRR
@@ -35,5 +35,5 @@ You know base address and memory size, let's setup mtrr registers!
ram (size=0x2000000) just execute:
echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr
- - Older K6-2's [around 266Mhz, stepping 0] doesn't support MTRR.
- - K6-2 with 'stepping 12' (do a cat /proc/cpuinfo) supports MTRR.
+ - Older K6-2's [around 266Mhz, stepping 0] doesn't support MTRR, but
+ stepping 12's do ('cat /proc/cpuinfo' to check it).