From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 14:31:17 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D004A16A41F for ; Mon, 7 Nov 2005 14:31:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE1843D46 for ; Mon, 7 Nov 2005 14:31:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 21516 invoked from network); 7 Nov 2005 14:31:16 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Nov 2005 14:31:16 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7E88628441; Mon, 7 Nov 2005 09:31:15 -0500 (EST) Sender: lowell@be-well.ilk.org To: Arseny Solokha ,b0ntrict0r@yahoo.com To: questions@FreeBSD.org References: <961184002.20051105214032@yandex.ru> From: Lowell Gilbert Date: 07 Nov 2005 09:31:15 -0500 In-Reply-To: <961184002.20051105214032@yandex.ru> Message-ID: <44acgg34y4.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Question about FreeBSD Handbook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 14:31:17 -0000 Arseny Solokha writes: > I'v partially read FreeBSD Handbook. To my mind this documentation > had been wrote most about releases 4 and 5 newest than 5.2.1. The intention is to keep everything up to date, while keeping it relevant to any release from (at least) the last two or three years. 5.2.1 was an "early adopters" release (http://be-well.ilk.org/FreeBSD/releases/5.2.1R/early-adopter.html), so it is intentionally not documented as carefully as releases that were intended for general use. > In > beginning of the documentation, in chapter 2.3.2 you wrote about > Kernel Configuration. How to start Kernel Configuration in release > 5.2.1? Should I edit kernel configuration file and rebuild a kernel? > By this way, I have troubles while I rebuild a kernel! 'Make' > returns errors while kernel linking was started. Go back to the GENERIC kernel and make a few changes at a time, so that you will be easily able to figure out which change was the problem. Or just stay with the GENERIC kernel, if it works fine for you. > I should attach my > kernel configuration file but BSD works on virtual machine and I > need to copy this file on a USB flash but I don't know how to > connect it to BSD. There is a FAQ entry on that.