From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262316AbVHFFLN (ORCPT ); Sat, 6 Aug 2005 01:11:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263168AbVHFFLN (ORCPT ); Sat, 6 Aug 2005 01:11:13 -0400 Received: from rwcrmhc13.comcast.net ([216.148.227.118]:54223 "EHLO rwcrmhc12.comcast.net") by vger.kernel.org with ESMTP id S262316AbVHFFLK (ORCPT ); Sat, 6 Aug 2005 01:11:10 -0400 Message-ID: <42F44671.8050706@temple.edu> Date: Sat, 06 Aug 2005 01:11:13 -0400 From: Nick Sillik User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050727) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alejandro Cabrera CC: linux-kernel@vger.kernel.org Subject: Re: About Linux Device Drivers References: <42F3C9AE.3040406@electrica.cujae.edu.cu> In-Reply-To: <42F3C9AE.3040406@electrica.cujae.edu.cu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alejandro Cabrera wrote: > Hi > I'm new in the list and I'm interested in lkm, I have the Linux Device > Drivers 2ed. And I use the 2.6.8-2 kernel, and the modules that I > create I don't test in my workstation. Exist any way to run the > examples exposed in this book over my kernel or I need the LDD 3ed ???? > thx for your patient > Alejandro > > > - > To unsubscribe from this list: send the line "unsubscribe > linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ The second edition of Linux Device Drivers is specific to 2.4.x (and possibly 2.2.x) kernels. The third edition will work with the 2.6 kernel. Luckily it is also released under Creative Commons. Take a look at the PDFs here: http://lwn.net/Kernel/LDD3/ Enjoy! Nick Sillik n.sillik@temple.edu