Writing device drivers in Linux: A brief tutorial
I thought this might be useful: http://www.freesoftwaremagazine.com/articles/drivers_linux -- Zachary
On Mon, Apr 22, 2013 at 12:29 AM, Zack <zackscary@gmail.com> wrote:
I thought this might be useful: http://www.freesoftwaremagazine.com/articles/drivers_linux
Sadly a very bad article. The code presented in that article is full with errors and lacks very basic kernel design rules. -- Thanks, //richard
On 04/23/2013 03:09 PM, richard -rw- weinberger wrote:
On Mon, Apr 22, 2013 at 12:29 AM, Zack <zackscary@gmail.com> wrote:
I thought this might be useful: http://www.freesoftwaremagazine.com/articles/drivers_linux Sadly a very bad article. The code presented in that article is full with errors and lacks very basic kernel design rules.
-- Thanks, //richard
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies You can get really good with understanding linux drivers by going through the LDD-3 Its available online for free as well . Follow that book as its the most up to date version
Regards Shampavman
On Tue, 23 Apr 2013, shampavman wrote:
On 04/23/2013 03:09 PM, richard -rw- weinberger wrote:
On Mon, Apr 22, 2013 at 12:29 AM, Zack <zackscary@gmail.com> wrote:
I thought this might be useful: http://www.freesoftwaremagazine.com/articles/drivers_linux Sadly a very bad article. The code presented in that article is full with errors and lacks very basic kernel design rules.
the most up-to-date drivers book out there is probably this one: http://elinuxdd.com/ rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
participants (4)
-
richard -rw- weinberger -
Robert P. J. Day -
shampavman -
Zack