de3f531874
- 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.
59 lines
2 KiB
Text
59 lines
2 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/es/platforms/i386.sgml,v 1.2 2005/10/04 07:56:19 murray Exp $">
|
|
<!ENTITY title "Proyecto FreeBSD/i386">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h3><a name="intro">Introducción</a></h3>
|
|
|
|
<p>Esta página contiene información acerca
|
|
de la plataforma FreeBSD/i386. Esta arquitectura soporta
|
|
una extensa variedad de CPU ya que la mayoria de los
|
|
usuarios compran este tipo de máquinas. Si se
|
|
tiene una máquina de una compañía
|
|
de PC (tal como Dell™, HP o eMachines®) lo
|
|
mas probable es que tenga un CPU AMD™ o Intel®,
|
|
que pertenecen a esta categoría.</p>
|
|
|
|
<h3><a name="toc">Índice</a></h3>
|
|
|
|
<ul>
|
|
<li><a href="#news">Últimas noticias</a></li>
|
|
<li><a href="#hw">Lista de hardware</a></li>
|
|
<li><a href="#links">Puntos interesantes</a></li>
|
|
</ul>
|
|
|
|
<h3><a name="news">Últimas noticias</a></h3>
|
|
|
|
<ul>
|
|
<li><p>FreeBSD 6.0 (y versiones posteriores) no soporta
|
|
la CPU original Intel 80386; estos sistemas tienen
|
|
más de siete añ y sólo FreeBSD
|
|
5.X (y versiones anteriores) las soportan.
|
|
El kernel GENERIC incluye soporte para la CPU
|
|
80386 sólamente en FreeBSD 4.X y
|
|
versiones anteriores.</p></li>
|
|
</ul>
|
|
|
|
<h3><a name="hw">Lista de hardware</a></h3>
|
|
|
|
<p>Hay una lista de CPU soportadas en
|
|
las <a href="&enbase;/releases/&rel.current;R/hardware-i386.html">
|
|
Notas de Hardware de FreeBSD/i386</a>.</p>
|
|
|
|
<h3><a name="links">Puntos interesantes</a></h3>
|
|
|
|
<ul>
|
|
<li><a href="http://gerda.univie.ac.at/freebsd-laptops/">
|
|
Lista de computadoras portátiles compatibles con
|
|
FreeBSD</a></li>
|
|
<li><a href="http://www.FreeBSD.org/projects/acpi/index.html">
|
|
Página del Proyecto ACPI</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</html>
|