Some minor tweaks:

- Refer to 386 CPUs as 80386 instead of i386 since i386 is commonly used
  as the architecture name rather than a specific processor.
- Clarify that 5.x also supports 80386's, just not in GENERIC.
- Note that SMP only works on Pentium-class CPUs and higher (we don't
  support systems with multiple 486's and external APICs).  Also, tweak
  the wording to avoid saying 'supported' twice in a row.
This commit is contained in:
John Baldwin 2004-12-15 20:20:31 +00:00
parent 0ee1ec8b7d
commit 7bd4270f52
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23232

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/platforms/i386.sgml,v 1.1 2004/12/15 15:08:20 trhodes Exp $">
<!ENTITY title "FreeBSD/i386 Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -30,15 +30,16 @@
<ul>
<li><p><b>FreeBSD CURRENT (6) no longer supports the original
Intel&trade; i386 CPU, these computers are over seven years
old and are only supported by 4.X.</b>.
Intel&trade; 80386 CPU; these computers are over seven years
old and are only supported by 5.X and earlier. Note that the
GENERIC kernel only supports 80386 CPUs in 4.x and earlier.</b>
</p></li>
</ul>
<h3><a name="hw">Hardware List</a></h3>
<p>A summary of supported CPUs may be found below. SMP is supported on
all supported systems that contain more than 1 processor.
all systems that contain more than one Pentium-class processor.
For full details please see the
<a href="http://www.freebsd.org/smp/index.html">
SMP project</a> page at FreeBSD.org.</p>