From owner-svn-doc-all@FreeBSD.ORG Wed Oct 31 21:24:45 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BFD519E; Wed, 31 Oct 2012 21:24:45 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2473A8FC08; Wed, 31 Oct 2012 21:24:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9VLOjUE034176; Wed, 31 Oct 2012 21:24:45 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VLOiXQ034174; Wed, 31 Oct 2012 21:24:44 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210312124.q9VLOiXQ034174@svn.freebsd.org> From: Eitan Adler Date: Wed, 31 Oct 2012 21:24:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39884 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 21:24:45 -0000 Author: eadler Date: Wed Oct 31 21:24:44 2012 New Revision: 39884 URL: http://svn.freebsd.org/changeset/doc/39884 Log: Add a question explaining which platform one should download per architecture. Reviewed by: gjb 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 Wed Oct 31 21:24:41 2012 (r39883) +++ head/en_US.ISO8859-1/books/faq/book.xml Wed Oct 31 21:24:44 2012 (r39884) @@ -1164,6 +1164,25 @@ Installation + + + + Which platform should I download? I have a 64 + bit capable Intel CPU, + but I only see amd64. + + + + &arch.amd64; is the term &os; uses for 64-bit + compatible x86 architectures. Most modern computers + should use &arch.amd64;. Older hardware should use + &arch.i386;. If you are installing on a + non-x86-compatible architecture select the platform + which best matches the architecture you are + using. + + + Which file do I download to get &os;?