diff --git a/website/content/en/platforms/_index.adoc b/website/content/en/platforms/_index.adoc index 674d647573..033c255d1b 100644 --- a/website/content/en/platforms/_index.adoc +++ b/website/content/en/platforms/_index.adoc @@ -1,52 +1,52 @@ --- title: "Platforms" sidenav: developers --- include::shared/en/urls.adoc[] = Platforms == Supported Platforms Here is a list of platforms supported by FreeBSD. [.tblbasic] [cols=",,,,",options="header",] |=== |Platform Name |TARGET_ARCH |11.x link:{committers-guide}#archs[Support Tier] |12.x link:{committers-guide}#archs[Support Tier] |Projected 13.x link:{committers-guide}#archs[Support Tier] |64-bit x86 |link:amd64[amd64] |Tier 1 |Tier 1 |Tier 1 -|32-bit x86 |link:i386[i386] |Tier 1 |Tier 1 |Tier 1 +|32-bit x86 |link:i386[i386] |Tier 1 |Tier 1 |Tier 2 |PC98 |link:pc98[pc98] |Tier 2 |Tier 4 |Tier 4 |64-bit ARMv8 |link:arm[aarch64] |Tier 2 |Tier 2 |Tier 2 |32-bit ARMv4/5 |link:arm[arm] |Tier 2 |Tier 2 |Tier 4 |32-bit big-endian ARM |link:arm[armeb] |Tier 2 |Tier 4 |Tier 4 |32-bit ARMv6 |link:arm[armv6] |Tier 2 |Tier 2 |Tier 2 |32-bit ARMv7 |link:arm[armv7] |<>|Tier 2 |Tier 2 |32-bit MIPS soft-float |link:mips[mips, mipsel] |Tier 3 |Tier 2 |Tier 2 |32-bit MIPS hard-float |link:mips[mipshf, mipselhf] |N/A |Tier 2 |Tier 2 |32-bit MIPS n32 |link:mips[mipsn32] |Tier 3 |Tier 2 |Tier 2 |64-bit MIPS soft-float |link:mips[mips64, mips64el] |Tier 3 |Tier 2 |Tier 2 |64-bit MIPS hard-float |link:mips[mips64hf, mips64elhf] |N/A |Tier 2 |Tier 2 |32-bit PowerPC |link:ppc[powerpc] |Tier 2 |Tier 2 |Tier 2 |32-bit PowerPC with SPE |link:ppc[powerpcspe] | |Tier 2 |Tier 2 |64-bit PowerPC |link:ppc[powerpc64] |Tier 2 |Tier 2 |Tier 2 |64-bit RISC-V |https://wiki.freebsd.org/riscv[riscv64, riscv64sf] | |Tier 3 |Tier 2 |64-bit SPARCv9 |link:sparc[sparc64] |Tier 2 |Tier 2 |Tier 4 |=== === Notes . [[n-armv7]] armv7 platforms were supported by armv6 prior to 12.0. == Unsupported Platforms These platforms were supported by older versions of FreeBSD. [.tblbasic] [cols=",,",options="header",] |=== |Platform Name |TARGET_ARCH |Last Supported Release |Alpha |link:alpha[alpha] |link:../releases/#rel6-4[6.4] |Intel IA-64 |link:ia64[ia64] |link:../releases/#rel10-4[10.4] |=== diff --git a/website/content/en/platforms/i386.adoc b/website/content/en/platforms/i386.adoc index c606210fe7..87f1e39b78 100644 --- a/website/content/en/platforms/i386.adoc +++ b/website/content/en/platforms/i386.adoc @@ -1,21 +1,22 @@ --- title: "FreeBSD/i386 Project" sidenav: developers --- include::shared/en/urls.adoc[] = FreeBSD/i386 Project [[intro]] == Introduction This page contains information about the FreeBSD/i386 platform. FreeBSD/i386 should support any CPU compatible with the Intel(T) 80486 or better in 32-bit mode, although almost every recent AMD(T) and Intel(T) CPU will also be capable of running in 64-bit mode using the link:../amd64/[FreeBSD/amd64] port. FreeBSD/i386 supports up to 4GiB of RAM by default. Machines with more RAM will either need to run link:../amd64/[FreeBSD/amd64] or run with link:{faq}#memory-i386-over-4gb[Physical Address Extension (PAE)] enabled in order to make use of any memory above the 4GiB boundary. == Status FreeBSD/i386 runs in 32-bit multiuser mode, in both Uniprocessor and Multiprocessor mode. -The i386 platform is a link:{committers-guide}#archs[Tier 1] FreeBSD platform. +The i386 platform is a link:{committers-guide}#archs[Tier 1] FreeBSD platform through FreeBSD 12.x. +It is a link:{committers-guide}#archs[Tier 2] platform in FreeBSD 13.0 and later.