nightmorph 06/03/26 15:28:55 Modified: hb-install-x86-bootloader.xml Log: Fixed mtrr settings for bug 122825
Revision Changes Path 1.43 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml 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 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 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 Index: hb-install-x86-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42 +++ hb-install-x86-bootloader.xml 26 Mar 2006 15:28:55 -0000 1.43 @@ -4,7 +4,7 @@ <!-- 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/hb-install-x86-bootloader.xml,v 1.42 2006/02/02 21:36:09 neysx Exp $ --> +<!-- $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 $ --> <sections> @@ -124,9 +124,14 @@ </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> <tr> @@ -142,8 +147,9 @@ <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
