diff options
author | John Baldwin <jhb@FreeBSD.org> | 2025-06-02 15:02:21 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2025-06-02 15:02:21 +0000 |
commit | c79ad88f26275b280718209bf64685d3a930004e (patch) | |
tree | a915e651c06834a371b2b250903a9c67d2fdec9d /documentation/content/en/articles/committers-guide | |
parent | 7937b58d3468fc1c57ef0bc42cc9e82a8b41088f (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 3426ca6a82..8262534780 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3192,12 +3192,10 @@ If you are unsure of the current maintainership email {freebsd-arch} and ask. === Policy on Multiple Architectures -FreeBSD has added several new architecture ports during recent release cycles and is truly no longer an i386(TM) centric operating system. In an effort to make it easier to keep FreeBSD portable across the platforms we support, core has developed this mandate: [.blockquote] -Our 32-bit reference platform is i386, and our 64-bit reference platform is amd64. -Major design work (including major API and ABI changes) must prove itself on at least one 32-bit and at least one 64-bit platform, preferably the primary reference platforms, before it may be committed to the source tree. +Major design work (including major API and ABI changes) must prove itself on at least one Tier 1 platform before it may be committed to the source tree. Developers should also be aware of our Tier Policy for the long term support of hardware architectures. The rules here are intended to provide guidance during the development process, and are distinct from the requirements for features and architectures listed in that section. |