From owner-freebsd-questions@FreeBSD.ORG Mon May 15 18:45:47 2006 Return-Path: X-Original-To: freebsd-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 E3D3316A4BF for ; Mon, 15 May 2006 18:45:47 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEB843D46 for ; Mon, 15 May 2006 18:45:47 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by wx-out-0102.google.com with SMTP id r21so168962wxc for ; Mon, 15 May 2006 11:45:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iTn2pMurCFDsbKsII+8Wsn5u267Rde6tbp26hnwD52c/DutUeNrYP0pSsBY35eWxuC91/vGloSbgdUSvk9o8UDCyuLmmLBypetliQdM3+gMXc/+FILl0WD99BfTRp1j2oaDpW2bGaumC9rgjqwoNLBl/o3Z+AOe4er6VXYiMxWc= Received: by 10.70.109.11 with SMTP id h11mr8484310wxc; Mon, 15 May 2006 11:45:46 -0700 (PDT) Received: by 10.70.35.7 with HTTP; Mon, 15 May 2006 11:45:46 -0700 (PDT) Message-ID: <70e8236f0605151145p7e552012qd22db834f5f2c69f@mail.gmail.com> Date: Mon, 15 May 2006 19:45:46 +0100 From: "Joao Barros" To: "Jose Luis Alarcon Sanchez" In-Reply-To: <1147717312.4922.9.camel@Endeavour.lordofunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1147717312.4922.9.camel@Endeavour.lordofunix.org> Cc: Lista FreeBSD-questions Subject: Re: Write kernel modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 18:45:49 -0000 On 5/15/06, Jose Luis Alarcon Sanchez wrote: > Hi. > > I am thinking about begin learn to write FreeBSD kernel modules. I know > this Architecture HandBook chapter: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/devicedriv= ers.html > > but, do you know other "places" or documents where a beginner can start > learn this stuff?. > > My system is 6.1-RC1. > > Thanks very much, in advance. > > Regards. > > Jose. > I asked myself the same question some time back. Beside the link you already got you can take a look at /usr/src/share/examples/drivers But I think best of all is looking at real drivers. --=20 Joao Barros