Mark i386 as Tier 2 starting in FreeBSD 13.0.
i386 was the first platform supported by FreeBSD and for a long time was the dominant platform. However, it has been supplanted for many years now by amd64 (64-bit x86). i386 now more closely resembles other Tier 2 platforms in terms of userbase and active development. Reviewed by: emaste, imp, ygy Differential Revision: https://reviews.freebsd.org/D26381
This commit is contained in:
parent
df4fdb99eb
commit
a477da2013
2 changed files with 3 additions and 2 deletions
website/content/en/platforms
|
@ -16,7 +16,7 @@ Here is a list of platforms supported by FreeBSD.
|
|||
|===
|
||||
|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
|
||||
|
|
|
@ -18,4 +18,5 @@ FreeBSD/i386 supports up to 4GiB of RAM by default. Machines with more RAM will
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue