- 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:
parent
884c63a9bd
commit
e64fa12e80
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24010
1 changed files with 11 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!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 % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -10,11 +10,11 @@
|
|||
|
||||
<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
|
||||
most home users purchase these machines. If you have a machine
|
||||
from any large PC company (such as Dell™, HP™, eMachines™)
|
||||
chances are that you have either an AMD™ or Intel™ CPU and thus
|
||||
from any large PC company (such as Dell™, HP, or eMachines®)
|
||||
chances are that you have either an AMD™ or Intel® CPU and thus
|
||||
fall into this category.</p>
|
||||
|
||||
<h3><a name="toc">Table Of Contents</a></h3>
|
||||
|
@ -29,27 +29,18 @@
|
|||
<h3><a name="news">Latest News</a></h3>
|
||||
|
||||
<ul>
|
||||
<li><p><b>FreeBSD CURRENT (6) no longer supports the original
|
||||
Intel™ 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>
|
||||
<li><p>FreeBSD 6.0 and newer no longer supports the original
|
||||
Intel 80386 CPU; these computers are over seven years
|
||||
old and are only supported by FreeBSD 5.X and earlier. Note that the
|
||||
GENERIC kernel only supports 80386 CPUs in FreeBSD 4.X and earlier.
|
||||
</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 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>
|
||||
|
||||
<ul>
|
||||
<li>AMD™ K5, K6, K6-II, K6-III, ATHLON, and Duron CPUs</li>
|
||||
<li>Intel™ Pentium, Pentium II, Pentium III, Pentium 4, XEON,
|
||||
Celeron, Mobile, and Centrino CPUs</li>
|
||||
<li>Via™ C3 CPU</li>
|
||||
</ul>
|
||||
<p>A list of supported CPUs may be found in the <a
|
||||
href="&base;/releases/&rel.current;R/hardware-i386.html">FreeBSD/i386
|
||||
Hardware Notes</a>.</p>
|
||||
|
||||
<h3><a name="links">Points of Interest</a></h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue