From owner-svn-doc-head@FreeBSD.ORG Mon Nov 19 13:12:34 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2E48B78; Mon, 19 Nov 2012 13:12:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8EEEF8FC16; Mon, 19 Nov 2012 13:12:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJDCYFv059083; Mon, 19 Nov 2012 13:12:34 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAJDCYAa059082; Mon, 19 Nov 2012 13:12:34 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211191312.qAJDCYAa059082@svn.freebsd.org> From: Eitan Adler Date: Mon, 19 Nov 2012 13:12:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40095 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 13:12:34 -0000 Author: eadler Date: Mon Nov 19 13:12:34 2012 New Revision: 40095 URL: http://svnweb.freebsd.org/changeset/doc/40095 Log: Redirect people to more appropriate places rather than replicating information in the FAQ. This also means that should the information change only one source-of-truth need change. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Nov 19 13:12:32 2012 (r40094) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Nov 19 13:12:34 2012 (r40095) @@ -2046,18 +2046,18 @@ - Yes. &os; currently runs on the &intel; x86 and the - AMD64 architectures. The &intel; EM64T, IA-64, &arm;, - &powerpc;, and &sparc64; architectures are also - supported. Upcoming platforms are &mips; and &s390;, join - the &a.mips; for more information about ongoing work on - the &mips; platform. For general discussion on new - architectures, join the &a.platforms;. - - If your machine has a different architecture and you - need something right now, we suggest you look at NetBSD or OpenBSD. + Yes. &os; divides support into multiple tiers. + Tier 1 architectures, such as i386 or amd64; are + fully supported. Tiers 2 and 3 are supported on a + if-possible basis. A full explanation of the tier + system is available in the + Committer's Guide. + + A complete list of supported architectures can be + found on the + platforms page.