- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/navibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>/share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
82 lines
3.2 KiB
Text
82 lines
3.2 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/fr/platforms/amd64.sgml,v 1.10 2006/04/06 20:01:40 blackend Exp $">
|
|
<!ENTITY title "Projet FreeBSD/amd64">
|
|
<!ENTITY email 'freebsd-amd64'>
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.15
|
|
|
|
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
|
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
|
|
Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
|
|
-->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<a href="&enbase;/gifs/daemon_hammer.jpg"><img src="&enbase;/gifs/daemon_hammer-tn15.jpg" align=right border=0 alt="BSD Daemon swinging a sledge hammer"></a>
|
|
|
|
<p>Cette page contient des informations à propos du port FreeBSD sur
|
|
l'architecture AMD64 de <a href="http://www.amd.com/">AMD</a> et l'architecture
|
|
<a href="http://developer.intel.com/technology/64bitextensions/">Intel® EM64T</a>
|
|
(Extended Memory 64-bit Technology). L'architecture
|
|
AMD64 était auparavant connue sous le nom de x86-64 ou "Hammer".
|
|
L'architecture Intel EM64T était auparavant connue sous les noms de
|
|
IA-32e, Clackamas Technology (CT) et Yamhill.</p>
|
|
|
|
<p>Les processeurs AMD Opteron™, AMD Athlon™ 64, AMD Turion™ 64
|
|
ainsi que les derniers processeurs AMD Sempron™
|
|
utilisent l'architecture AMD64.</p>
|
|
|
|
<h3>Statut :</h3>
|
|
|
|
<p>FreeBSD/amd64 fonctionne actuellement en mode multi-utilisateur 64-bits, que ce soit
|
|
en mono-processeur ou en multi-processeur.</p>
|
|
|
|
<p>L'architecture AMD64 est actuellement une
|
|
plate-forme FreeBSD de <a
|
|
href="&enbase;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">niveau
|
|
1</a>.</p>
|
|
|
|
<h3>Ressources spécifiques à FreeBSD/amd64</h3>
|
|
<ul>
|
|
<li><a href="&enbase;/platforms/amd64/motherboards.html">Liste des cartes mères
|
|
supportées</a></li>
|
|
<li><a
|
|
href="http://lists.freebsd.org/mailman/listinfo/freebsd-amd64">Liste
|
|
de diffusion FreeBSD/amd64</a></li>
|
|
</ul>
|
|
|
|
<h3>Autres liens</h3>
|
|
<h4>Documentation AMD64</h4>
|
|
<ul>
|
|
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_overview.pdf">
|
|
AMD x86-64 Architecture Specification</a></li>
|
|
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24592.pdf">
|
|
AMD64 Architecture Application Programmer's Manual</a></li>
|
|
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf">
|
|
AMD64 Architecture System Programmer's Manual</a></li>
|
|
<li><a href="http://www.x86-64.org/documentation/abi.pdf">
|
|
AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification</a></li>
|
|
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_wp.pdf">
|
|
AMD x86-64 whitepaper</a></li>
|
|
</ul>
|
|
|
|
<h4>Logiciels</h4>
|
|
<ul>
|
|
<li><a href="http://www.x86-64.org/downloads">Simulateurs et outils
|
|
Bochs et Simics</a></li>
|
|
</ul>
|
|
|
|
<h4>Autres projets</h4>
|
|
<ul>
|
|
<li><a href="http://www.amd64.org/">Linux / AMD64</a></li>
|
|
<li><a href="http://www.NetBSD.org/Ports/amd64/">NetBSD/amd64</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</html>
|