From owner-svn-doc-all@FreeBSD.ORG Sun Jul 22 22:19:40 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72BC810656B1; Sun, 22 Jul 2012 22:19:40 +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 5D3858FC14; Sun, 22 Jul 2012 22:19:40 +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 q6MMJeZK032051; Sun, 22 Jul 2012 22:19:40 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6MMJeAL032049; Sun, 22 Jul 2012 22:19:40 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201207222219.q6MMJeAL032049@svn.freebsd.org> From: Eitan Adler Date: Sun, 22 Jul 2012 22:19:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39249 - head/en_US.ISO8859-1/books/faq X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 22 Jul 2012 22:19:40 -0000 Author: eadler (src,ports committer) Date: Sun Jul 22 22:19:39 2012 New Revision: 39249 URL: http://svn.freebsd.org/changeset/doc/39249 Log: Modernize question about building your own kernel. Approved by: wblock Modified: head/en_US.ISO8859-1/books/faq/book.sgml Modified: head/en_US.ISO8859-1/books/faq/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.sgml Sun Jul 22 22:19:37 2012 (r39248) +++ head/en_US.ISO8859-1/books/faq/book.sgml Sun Jul 22 22:19:39 2012 (r39249) @@ -1833,18 +1833,12 @@ - Building a new kernel was originally pretty much a - required step in a &os; installation, but more recent releases - have benefited from the introduction of much friendlier - kernel configuration methods. It is very easy to configure - the kernel's configuration by much more flexible - hints which can be set at the loader - prompt. - - It may still be worthwhile building a new kernel - containing just the drivers that you need, just to save a - bit of RAM, but it is no longer necessary for most - systems. + Usually not. The supplied GENERIC + kernel contains the drivers an ordinary computer will + need. For computers with very limited RAM, such as + embedded systems, it may be worthwhile to build a + smaller custom kernel containing just the required + drivers.