- Misc rewording.

- Make trademark symbols more correct.
- Don't explicly list supported CPU's but point to the Hardware Notes
  to avoid duplication.
- Don't make 80386 deprication notice bold, since it's not that
  important.
This commit is contained in:
Simon L. B. Nielsen 2005-03-06 15:54:20 +00:00
parent 884c63a9bd
commit e64fa12e80
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24010

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/i386.sgml,v 1.3 2004/12/16 16:08:10 blackend Exp $"> <!ENTITY date "$FreeBSD: www/en/platforms/i386.sgml,v 1.4 2004/12/16 18:31:09 obrien Exp $">
<!ENTITY title "FreeBSD/i386 Platform"> <!ENTITY title "FreeBSD/i386 Platform">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -10,11 +10,11 @@
<h3><a name="intro">Introduction</a></h3> <h3><a name="intro">Introduction</a></h3>
<p>This page contains information about the FreeBSD i386 platform. <p>This page contains information about the FreeBSD/i386 platform.
This architecture supports the largest variety of CPUs since This architecture supports the largest variety of CPUs since
most home users purchase these machines. If you have a machine most home users purchase these machines. If you have a machine
from any large PC company (such as Dell&trade;, HP&trade;, eMachines&trade;) from any large PC company (such as Dell&trade;, HP, or eMachines&reg;)
chances are that you have either an AMD&trade; or Intel&trade; CPU and thus chances are that you have either an AMD&trade; or Intel&reg; CPU and thus
fall into this category.</p> fall into this category.</p>
<h3><a name="toc">Table Of Contents</a></h3> <h3><a name="toc">Table Of Contents</a></h3>
@ -29,27 +29,18 @@
<h3><a name="news">Latest News</a></h3> <h3><a name="news">Latest News</a></h3>
<ul> <ul>
<li><p><b>FreeBSD CURRENT (6) no longer supports the original <li><p>FreeBSD 6.0 and newer no longer supports the original
Intel&trade; 80386 CPU; these computers are over seven years Intel 80386 CPU; these computers are over seven years
old and are only supported by 5.X and earlier. Note that the old and are only supported by FreeBSD 5.X and earlier. Note that the
GENERIC kernel only supports 80386 CPUs in 4.X and earlier.</b> GENERIC kernel only supports 80386 CPUs in FreeBSD 4.X and earlier.
</p></li> </p></li>
</ul> </ul>
<h3><a name="hw">Hardware List</a></h3> <h3><a name="hw">Hardware List</a></h3>
<p>A summary of supported CPUs may be found below. SMP is supported on <p>A list of supported CPUs may be found in the <a
all systems that contain more than one Pentium-class processor. href="&base;/releases/&rel.current;R/hardware-i386.html">FreeBSD/i386
For full details please see the Hardware Notes</a>.</p>
<a href="http://www.freebsd.org/smp/index.html">
SMP project</a> page at FreeBSD.org.</p>
<ul>
<li>AMD&trade; K5, K6, K6-II, K6-III, ATHLON, and Duron CPUs</li>
<li>Intel&trade; Pentium, Pentium II, Pentium III, Pentium 4, XEON,
Celeron, Mobile, and Centrino CPUs</li>
<li>Via&trade; C3 CPU</li>
</ul>
<h3><a name="links">Points of Interest</a></h3> <h3><a name="links">Points of Interest</a></h3>