From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 18 14:04:32 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC4616A4CE for ; Sat, 18 Dec 2004 14:04:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AC543D4C for ; Sat, 18 Dec 2004 14:04:32 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so28801rne for ; Sat, 18 Dec 2004 06:04:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=O4wZmqGn/7mwZzy9P80hmhBMkRlkAuuVO9insflEE09lFG4pALhf0DFi9NmvZDgy2HoucXVINxS2Smo8tG0AzsYTiAyZitF7c+tSN96H3HTQpUTDzDzJUcl6IVNCl+Te4pZZXmLJw1mihRSKucVAJUZkpbwuFGgEoN4aXv/rwLY= Received: by 10.38.70.46 with SMTP id s46mr243383rna; Sat, 18 Dec 2004 06:04:31 -0800 (PST) Received: by 10.38.209.11 with HTTP; Sat, 18 Dec 2004 06:04:31 -0800 (PST) Message-ID: <84dead7204121806044dfcf9b3@mail.gmail.com> Date: Sat, 18 Dec 2004 14:04:31 +0000 From: Joseph Koshy To: =?ISO-8859-1?Q?Anton_W=F6llert?= In-Reply-To: <23522.1103375345@www7.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <23522.1103375345@www7.gmx.net> cc: freebsd-hackers@freebsd.org Subject: Re: Developing device-drivers without rebuilding the hole kernel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 14:04:32 -0000 > want to rebuild the whole kernel every time i add a few new lines or a If you use config(8) to configure your kernel in the "traditional way", this should come for free. See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html