Linux Device Driver
Hello everyone! I am new to Linux Kernel . i studied a about CFS and processes a little bit. I want to write Device Drivers for Linux Kernel . Can any body tell me from where i should start? I completely new to this field , i do not know how to start and from where to start? Any recommended book ?
Book I would recommend: Linux Devices Drivers [1]. And to get familiar with kernel stuff [2] [1] https://lwn.net/Kernel/LDD3/ [2] http://eudyptula-challenge.org/ []'s On Mon, May 5, 2014 at 11:16 AM, Saurabh Jain <saurabh4768jain@gmail.com> wrote:
Hello everyone!
I am new to Linux Kernel . i studied a about CFS and processes a little bit. I want to write Device Drivers for Linux Kernel . Can any body tell me from where i should start? I completely new to this field , i do not know how to start and from where to start? Any recommended book ?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- ---------------------------------------------- Leônidas S. Barbosa (Kirotawa)
As they say, kernel code is the better and updated source/documentation. There is no an updated book. =) On Mon, May 5, 2014 at 11:37 AM, Lucas Tanure <tanure@linux.com> wrote:
Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old.
-- ---------------------------------------------- Leônidas S. Barbosa (Kirotawa)
I think Documentation/kernel-docs.txt may be useful to you. Le Tan 2014-05-05 22:37 GMT+08:00 Lucas Tanure <tanure@linux.com>:
Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Rumours say an updated version of LDD3 is coming, due to be published this autumn: http://www.amazon.com/Linux-Device-Drivers-Jessica-McKellar/dp/1449371612/re... Happy days =) On Mon, May 5, 2014 at 4:53 PM, Le Tan <tamlokveer@gmail.com> wrote:
I think Documentation/kernel-docs.txt may be useful to you.
Le Tan
2014-05-05 22:37 GMT+08:00 Lucas Tanure <tanure@linux.com>:
Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hello, Try out this website, it has some 18 lessons which will surely get you up and started. http://www.opensourceforu.com/2010/11/understanding-linux-device-drivers/ On Mon, May 5, 2014 at 8:31 PM, Sima Baymani <sima@kth.se> wrote:
Rumours say an updated version of LDD3 is coming, due to be published this autumn:
http://www.amazon.com/Linux-Device-Drivers-Jessica-McKellar/dp/1449371612/re...
Happy days =)
On Mon, May 5, 2014 at 4:53 PM, Le Tan <tamlokveer@gmail.com> wrote:
I think Documentation/kernel-docs.txt may be useful to you.
Le Tan
2014-05-05 22:37 GMT+08:00 Lucas Tanure <tanure@linux.com>:
Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
On Mon, 5 May 2014, Sima Baymani wrote:
Rumours say an updated version of LDD3 is coming, due to be published this autumn: http://www.amazon.com/Linux-Device-Drivers-Jessica-McKellar/dp/1449371612/re... 59695&sr=1-1&keywords=linux+device+drivers
Happy days =)
after checking with the powers-that-be, i can confirm that, yes, there is an upcoming LDD4, as you can see from that amazon page. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
Hey , thank u so much for ur reply ....thanx for help.... On Tue, May 6, 2014 at 2:20 PM, Robert P. J. Day <rpjday@crashcourse.ca>wrote:
On Mon, 5 May 2014, Sima Baymani wrote:
Rumours say an updated version of LDD3 is coming, due to be published this autumn:
http://www.amazon.com/Linux-Device-Drivers-Jessica-McKellar/dp/1449371612/re...
59695&sr=1-1&keywords=linux+device+drivers
Happy days =)
after checking with the powers-that-be, i can confirm that, yes, there is an upcoming LDD4, as you can see from that amazon page.
rday
--
======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca
Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
participants (7)
-
Kashyap Gada -
Le Tan -
leo kirotawa -
Lucas Tanure -
Robert P. J. Day -
Saurabh Jain -
Sima Baymani