From owner-freebsd-doc@FreeBSD.ORG Mon Sep 12 20:50:48 2005 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6879F16A41F for ; Mon, 12 Sep 2005 20:50:48 +0000 (GMT) (envelope-from noek@home.nl) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F7B43D45 for ; Mon, 12 Sep 2005 20:50:47 +0000 (GMT) (envelope-from noek@home.nl) Received: from [213.51.128.136] (port=50192 helo=smtp5.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1EEvGJ-0008Uf-1E for doc@FreeBSD.org; Mon, 12 Sep 2005 22:50:47 +0200 Received: from cc864995-a.ensch1.ov.home.nl ([82.75.226.65]:57634) by smtp5.home.nl with esmtp (Exim 4.30) id 1EEvGH-0002lR-BG for doc@FreeBSD.org; Mon, 12 Sep 2005 22:50:45 +0200 Message-ID: <4325EB57.1010302@home.nl> Date: Mon, 12 Sep 2005 22:55:51 +0200 From: Koen Heringa User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-AtHome-MailScanner-Information: Neem contact op met support@home.nl voor meer informatie X-AtHome-MailScanner: Found to be clean Cc: Subject: Minor error in freebsd handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:50:48 -0000 Hello, I think I found an error in the online freebsd handbook. But I am not very sure because I am very new to bsd. Anyway in Chapter 8 Configuring the FreeBSD Kernel, *Procedure 1. Building a Kernel the “Traditional” Way* 1. Run config(8) to generate the kernel source code. # /usr/sbin/config MYKERNEL I think the command should be # /usr/src/sys/i386/conf/config MYKERNEL Atleast that's what I make of it when I lookup the config command in the hyperlinked text. Not that it helps me much, because even when I do it this way it won't work. For some reason you can't compile the original GENERIC kernel. But that's somehting for questions@freebsd.org I suppose :) Greetings, Koen Heringa