Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
Date: Sun, 26 Mar 2006 15:36:10
Message-Id: 200603261536.k2QFaK61027607@robin.gentoo.org
1 nightmorph 06/03/26 15:36:18
2
3 Modified: hb-install-amd64-bootloader.xml
4 Log:
5 Fixed mtrr settings for bug 122825
6
7 Revision Changes Path
8 1.43 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo
13
14 Index: hb-install-amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
17 retrieving revision 1.42
18 retrieving revision 1.43
19 diff -u -r1.42 -r1.43
20 --- hb-install-amd64-bootloader.xml 14 Mar 2006 19:29:29 -0000 1.42
21 +++ hb-install-amd64-bootloader.xml 26 Mar 2006 15:36:18 -0000 1.43
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.42 2006/03/14 19:29:29 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.43 2006/03/26 15:36:18 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>2.13</version>
32 -<date>2006-02-02</date>
33 +<version>2.14</version>
34 +<date>2006-03-26</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -115,17 +115,23 @@
39 </ti>
40 </tr>
41 <tr>
42 - <ti>mtrr</ti>
43 + <ti>mtrr:n</ti>
44 <ti>
45 - Setup MTRR registers
46 + Setup MTRR registers. <c>n</c> can be:
47 + 0 - disabled
48 + 1 - uncachable
49 + 2 - write-back
50 + 3 - write-combining
51 + 4 - write-through
52 </ti>
53 </tr>
54 </table>
55
56 <p>
57 The result of those two statements could be something like <c>vga=0x318
58 -video=vesafb:mtrr,ywrap</c> or <c>video=vesafb:mtrr,ywrap,1024x768-32@85</c>.
59 -Remember (or write down) this setting; you will need it shortly.
60 +video=vesafb:mtrr:3,ywrap</c> or
61 +<c>video=vesafb:mtrr:3,ywrap,1024x768-32@85</c>. Remember (or write down) this
62 +setting; you will need it shortly.
63 </p>
64
65 <p>
66
67
68
69 --
70 gentoo-doc-cvs@g.o mailing list