nightmorph 08/04/20 00:25:13 Modified: hb-install-x86+amd64-medium.xml Log: gentoo-nofb is available for amd64, so add to tables. bug 197814
Revision Changes Path 1.14 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.13&r2=1.14 Index: hb-install-x86+amd64-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-install-x86+amd64-medium.xml 2 Apr 2008 17:02:24 -0000 1.13 +++ hb-install-x86+amd64-medium.xml 20 Apr 2008 00:25:13 -0000 1.14 @@ -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+amd64-medium.xml,v 1.13 2008/04/02 17:02:24 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.14 2008/04/20 00:25:13 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ Installer LiveCD is possible as well. </abstract> -<version>6.2</version> -<date>2008-04-01</date> +<version>6.3</version> +<date>2008-04-19</date> <section> <title>Hardware Requirements</title> @@ -344,43 +344,27 @@ Below you'll find a short overview on the available kernels: </p> -</body> -<body test="func:keyval('arch')='x86'"> - <table> <tr> <th>Kernel</th> <th>Description</th> </tr> -<tr> +<tr test="func:keyval('arch')='x86'"> <ti>gentoo</ti> <ti>Default 2.6 kernel with support for multiple CPUs</ti> </tr> -<tr> - <ti>gentoo-nofb</ti> - <ti>Same as <c>gentoo</c> but without framebuffer support</ti> -</tr> -<tr> - <ti>memtest86</ti> - <ti>Test your local RAM for errors</ti> -</tr> -</table> - -</body> -<body test="func:keyval('arch')='AMD64'"> -<table> -<tr> - <th>Kernel</th> - <th>Description</th> -</tr> -<tr> +<tr test="func:keyval('arch')='AMD64'"> <ti>gentoo</ti> <ti> - Default kernel with support for K8 CPUs (including NUMA support) and EM64T + Default kernel with support for K8 CPUS (including NUMA support) and EM64T CPUs </ti> </tr> <tr> + <ti>gentoo-nofb</ti> + <ti>Same as <c>gentoo</c> but without framebuffer support</ti> +</tr> +<tr> <ti>memtest86</ti> <ti>Test your local RAM for errors</ti> </tr> -- [email protected] mailing list
