nightmorph 06/03/26 15:40:54 Modified: hb-install-amd64-bootloader.xml Log: Fixed mtrr settings for bug 122825
Revision Changes Path 1.4 xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-amd64-bootloader.xml 14 Mar 2006 19:30:36 -0000 1.3 +++ hb-install-amd64-bootloader.xml 26 Mar 2006 15:40:54 -0000 1.4 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v 1.3 2006/03/14 19:30:36 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v 1.4 2006/03/26 15:40:54 nightmorph Exp $ --> <sections> -<version>6.0</version> -<date>2006-02-27</date> +<version>6.1</version> +<date>2006-03-26</date> <section> <title>Making your Choice</title> @@ -115,17 +115,23 @@ </ti> </tr> <tr> - <ti>mtrr</ti> + <ti>mtrr:n</ti> <ti> - Setup MTRR registers + Setup MTRR registers. <c>n</c> can be: + 0 - disabled + 1 - uncachable + 2 - write-back + 3 - write-combining + 4 - write-through </ti> </tr> </table> <p> The result of those two statements could be something like <c>vga=0x318 -video=vesafb:mtrr,ywrap</c> or <c>video=vesafb:mtrr,ywrap,[EMAIL PROTECTED]</c>. -Remember (or write down) this setting; you will need it shortly. +video=vesafb:mtrr:3,ywrap</c> or +<c>video=vesafb:mtrr:3,ywrap,[EMAIL PROTECTED]</c>. Remember (or write down) this +setting; you will need it shortly. </p> <p> -- [email protected] mailing list
