doc/es/platforms/i386.sgml
Hiroki Sato de3f531874 www cleanup mega commit:
- 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.
2006-08-19 21:22:38 +00:00

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&oacute;n</a></h3>
<p>Esta p&aacute;gina contiene informaci&oacute;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&aacute;quinas. Si se
tiene una m&aacute;quina de una compa&ntilde;&iacute;a
de PC (tal como Dell&trade;, HP o eMachines&reg;) lo
mas probable es que tenga un CPU AMD&trade; o Intel&reg;,
que pertenecen a esta categor&iacute;a.</p>
<h3><a name="toc">&Iacute;ndice</a></h3>
<ul>
<li><a href="#news">&Uacute;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">&Uacute;ltimas noticias</a></h3>
<ul>
<li><p>FreeBSD 6.0 (y versiones posteriores) no soporta
la CPU original Intel 80386; estos sistemas tienen
m&aacute;s de siete a&ntilde; y s&oacute;lo FreeBSD
5.X (y versiones anteriores) las soportan.
El kernel GENERIC incluye soporte para la CPU
80386 s&oacute;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&aacute;tiles compatibles con
FreeBSD</a></li>
<li><a href="http://www.FreeBSD.org/projects/acpi/index.html">
P&aacute;gina del Proyecto ACPI</a></li>
</ul>
&footer;
</html>