diff DOCS/MTRR @ 96:2c04d6650bc9

very much changes
author gabucino
date Mon, 12 Mar 2001 14:56:55 +0000
parents a016e986f755
children 34c1a9fb631b
line wrap: on
line diff
--- a/DOCS/MTRR	Mon Mar 12 01:57:14 2001 +0000
+++ b/DOCS/MTRR	Mon Mar 12 14:56:55 2001 +0000
@@ -3,7 +3,7 @@
 
 1. find the base address
 ~~~~~~~~~~~~~~~~~~~~~~~~
-You have 3 cases to find it:
+You have 3 ways to find it:
 
 - from X11 startup messages, for example:
 (--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, 0xd4000000
@@ -18,7 +18,7 @@
 
 2. find memory size
 ~~~~~~~~~~~~~~~~~~~
-This is much easier, just convert video ram size to hexadecimal, or
+This is very easy, just convert video ram size to hexadecimal, or
 use this table:
    1 MB    0x100000
    2 MB    0x200000
@@ -35,5 +35,5 @@
   ram (size=0x2000000) just execute:
 echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr
 
-- Older K6-2's [around 266Mhz, stepping 0] may not 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.
+ - K6-2 with 'stepping 12' (do a cat /proc/cpuinfo) supports MTRR.