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-x86-bootloader.xml
Date: Sun, 26 Mar 2006 15:28:46
Message-Id: 200603261528.k2QFSuYI001911@robin.gentoo.org
1 nightmorph 06/03/26 15:28:55
2
3 Modified: hb-install-x86-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-x86-bootloader.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-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-x86-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-x86-bootloader.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo
13
14 Index: hb-install-x86-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
17 retrieving revision 1.42
18 retrieving revision 1.43
19 diff -u -r1.42 -r1.43
20 --- hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42
21 +++ hb-install-x86-bootloader.xml 26 Mar 2006 15:28:55 -0000 1.43
22 @@ -4,7 +4,7 @@
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-x86-bootloader.xml,v 1.42 2006/02/02 21:36:09 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.43 2006/03/26 15:28:55 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -124,9 +124,14 @@
32 </ti>
33 </tr>
34 <tr>
35 - <ti>mtrr</ti>
36 + <ti>mtrr:n</ti>
37 <ti>
38 - Setup MTRR registers
39 + Setup MTRR registers. <c>n</c> can be:
40 + 0 - disabled
41 + 1 - uncachable
42 + 2 - write-back
43 + 3 - write-combining
44 + 4 - write-through
45 </ti>
46 </tr>
47 <tr>
48 @@ -142,8 +147,9 @@
49
50 <p>
51 The result of those two statements could be something like <c>vga=0x318
52 -video=vesafb:mtrr,ywrap</c> or <c>video=vesafb:mtrr,ywrap,1024x768-32@85</c>.
53 -Remember (or write down) this setting; you will need it shortly.
54 +video=vesafb:mtrr:3,ywrap</c> or
55 +<c>video=vesafb:mtrr:3,ywrap,1024x768-32@85</c>. Remember (or write down) this
56 +setting; you will need it shortly.
57 </p>
58
59 <p>
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list