diff options
author | Frans Pop <elendil@planet.nl> | 2006-08-16 00:35:08 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-08-16 00:35:08 +0000 |
commit | 8340846a8ffd5a64b22487e63f93e0cb4f16004c (patch) | |
tree | 7cbef21280f2e3bb360f03b20e6cdb2138ecbe92 /en/hardware/hardware-supported.xml | |
parent | 4b4b995e2045dd8d3ac9f61e40097d5c9d937d20 (diff) | |
download | installation-guide-8340846a8ffd5a64b22487e63f93e0cb4f16004c.zip |
- Reorganize supported hardware table; add amd64
- Add minimalistic 'CPU, Main Boards, and Video Support' section for amd64
- Add variant for SMP-alternatives to descriptions of SMP support and activate for amd64
- Remove an unused arch-condition
Diffstat (limited to 'en/hardware/hardware-supported.xml')
-rw-r--r-- | en/hardware/hardware-supported.xml | 120 |
1 files changed, 70 insertions, 50 deletions
diff --git a/en/hardware/hardware-supported.xml b/en/hardware/hardware-supported.xml index a515df480..61a00d7b8 100644 --- a/en/hardware/hardware-supported.xml +++ b/en/hardware/hardware-supported.xml @@ -44,34 +44,17 @@ variations of each architecture known as <quote>flavors</quote>. <tbody> <row> - <entry morerows="2">Intel x86-based</entry> - <entry morerows="2">i386</entry> - <entry morerows="2"></entry> - <entry>vanilla</entry> -</row><row> - <entry>speakup</entry> -</row><row> - <entry>linux26</entry> + <entry>Intel x86-based</entry> + <entry>i386</entry> + <entry></entry> + <entry></entry> </row> <row> - <entry morerows="5">Motorola 680x0</entry> - <entry morerows="5">m68k</entry> - <entry>Atari</entry> - <entry>atari</entry> -</row><row> - <entry>Amiga</entry> - <entry>amiga</entry> -</row><row> - <entry>68k Macintosh</entry> - <entry>mac</entry> -</row><row> - <entry morerows="2">VME</entry> - <entry>bvme6000</entry> -</row><row> - <entry>mvme147</entry> -</row><row> - <entry>mvme16x</entry> + <entry>AMD64 & Intel EM64t</entry> + <entry>amd64</entry> + <entry></entry> + <entry></entry> </row> <row> @@ -82,15 +65,6 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry morerows="1">Sun SPARC</entry> - <entry morerows="1">sparc</entry> - <entry morerows="1"></entry> - <entry>sun4cdm</entry> -</row><row> - <entry>sun4u</entry> -</row> - -<row> <entry morerows="2">ARM and StrongARM</entry> <entry morerows="2">arm</entry> <entry>Netwinder and CATS</entry> @@ -104,22 +78,6 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry morerows="3">IBM/Motorola PowerPC</entry> - <entry morerows="3">powerpc</entry> - <entry>CHRP</entry> - <entry>chrp</entry> -</row><row> - <entry>PowerMac</entry> - <entry>pmac</entry> -</row><row> - <entry>PReP</entry> - <entry>prep</entry> -</row><row> - <entry>APUS</entry> - <entry>apus</entry> -</row> - -<row> <entry morerows="1">HP PA-RISC</entry> <entry morerows="1">hppa</entry> <entry>PA-RISC 1.1</entry> @@ -171,6 +129,51 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> + <entry morerows="5">Motorola 680x0</entry> + <entry morerows="5">m68k</entry> + <entry>Atari</entry> + <entry>atari</entry> +</row><row> + <entry>Amiga</entry> + <entry>amiga</entry> +</row><row> + <entry>68k Macintosh</entry> + <entry>mac</entry> +</row><row> + <entry morerows="2">VME</entry> + <entry>bvme6000</entry> +</row><row> + <entry>mvme147</entry> +</row><row> + <entry>mvme16x</entry> +</row> + +<row> + <entry morerows="3">IBM/Motorola PowerPC</entry> + <entry morerows="3">powerpc</entry> + <entry>CHRP</entry> + <entry>chrp</entry> +</row><row> + <entry>PowerMac</entry> + <entry>pmac</entry> +</row><row> + <entry>PReP</entry> + <entry>prep</entry> +</row><row> + <entry>APUS</entry> + <entry>apus</entry> +</row> + +<row> + <entry morerows="1">Sun SPARC</entry> + <entry morerows="1">sparc</entry> + <entry morerows="1"></entry> + <entry>sun4cdm</entry> +</row><row> + <entry>sun4u</entry> +</row> + +<row> <entry morerows="1">IBM S/390</entry> <entry morerows="1">s390</entry> <entry>IPL from VM-reader and DASD</entry> @@ -209,6 +212,7 @@ as well. <!-- supported cpu docs --> &supported-alpha.xml; +&supported-amd64.xml; &supported-arm.xml; &supported-hppa.xml; &supported-i386.xml; @@ -293,6 +297,22 @@ to do this in <xref linkend="kernel-baking"/>. At this time section of the kernel config. </para> + </sect2> + + + <sect2 condition="smp-alternatives"> +<title>Multiple Processors</title> + +<para> + +Multi-processor support — also called <quote>symmetric +multi-processing</quote> or SMP — is available for this architecture. +The standard Debian &release; kernel image was compiled with +<firstterm>SMP-alternatives</firstterm> support. This means that the kernel +will detect if your system has multiple processors and will automatically +activate SMP when needed. + +</para> </sect2> |