All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux Device Driver
@ 2014-05-05 14:16 Saurabh Jain
  2014-05-05 14:28 ` Lucas Tanure
  2014-05-05 14:30 ` leo kirotawa
  0 siblings, 2 replies; 10+ messages in thread
From: Saurabh Jain @ 2014-05-05 14:16 UTC (permalink / raw)
  To: kernelnewbies

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 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140505/b0cc72af/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 14:16 Linux Device Driver Saurabh Jain
@ 2014-05-05 14:28 ` Lucas Tanure
  2014-05-05 14:30 ` leo kirotawa
  1 sibling, 0 replies; 10+ messages in thread
From: Lucas Tanure @ 2014-05-05 14:28 UTC (permalink / raw)
  To: kernelnewbies

http://www.thegeekstuff.com/2013/07/write-linux-kernel-module/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140505/c94a275d/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 14:16 Linux Device Driver Saurabh Jain
  2014-05-05 14:28 ` Lucas Tanure
@ 2014-05-05 14:30 ` leo kirotawa
  2014-05-05 14:37   ` Lucas Tanure
  1 sibling, 1 reply; 10+ messages in thread
From: leo kirotawa @ 2014-05-05 14:30 UTC (permalink / raw)
  To: kernelnewbies

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 at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



-- 
----------------------------------------------
Le?nidas S. Barbosa (Kirotawa)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 14:30 ` leo kirotawa
@ 2014-05-05 14:37   ` Lucas Tanure
  2014-05-05 14:39     ` leo kirotawa
  2014-05-05 14:53     ` Le Tan
  0 siblings, 2 replies; 10+ messages in thread
From: Lucas Tanure @ 2014-05-05 14:37 UTC (permalink / raw)
  To: kernelnewbies

Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140505/01f75830/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 14:37   ` Lucas Tanure
@ 2014-05-05 14:39     ` leo kirotawa
  2014-05-05 14:53     ` Le Tan
  1 sibling, 0 replies; 10+ messages in thread
From: leo kirotawa @ 2014-05-05 14:39 UTC (permalink / raw)
  To: kernelnewbies

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)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 14:37   ` Lucas Tanure
  2014-05-05 14:39     ` leo kirotawa
@ 2014-05-05 14:53     ` Le Tan
  2014-05-05 15:01       ` Sima Baymani
  1 sibling, 1 reply; 10+ messages in thread
From: Le Tan @ 2014-05-05 14:53 UTC (permalink / raw)
  To: kernelnewbies

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 at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 14:53     ` Le Tan
@ 2014-05-05 15:01       ` Sima Baymani
  2014-05-06  4:36         ` Kashyap Gada
  2014-05-06  8:50         ` Robert P. J. Day
  0 siblings, 2 replies; 10+ messages in thread
From: Sima Baymani @ 2014-05-05 15:01 UTC (permalink / raw)
  To: 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/ref=sr_1_1?s=books&ie=UTF8&qid=1398859695&sr=1-1&keywords=linux+device+drivers

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 at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> >
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140505/fc0b9fc8/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 15:01       ` Sima Baymani
@ 2014-05-06  4:36         ` Kashyap Gada
  2014-05-06  8:50         ` Robert P. J. Day
  1 sibling, 0 replies; 10+ messages in thread
From: Kashyap Gada @ 2014-05-06  4:36 UTC (permalink / raw)
  To: 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/ref=sr_1_1?s=books&ie=UTF8&qid=1398859695&sr=1-1&keywords=linux+device+drivers
>
> 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 at kernelnewbies.org
>> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>> >
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140506/753c9de2/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-05 15:01       ` Sima Baymani
  2014-05-06  4:36         ` Kashyap Gada
@ 2014-05-06  8:50         ` Robert P. J. Day
  2014-05-06 15:14           ` Saurabh Jain
  1 sibling, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2014-05-06  8:50 UTC (permalink / raw)
  To: 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/ref=sr_1_1?s=books&ie=UTF8&qid=13988
> 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
========================================================================

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Linux Device Driver
  2014-05-06  8:50         ` Robert P. J. Day
@ 2014-05-06 15:14           ` Saurabh Jain
  0 siblings, 0 replies; 10+ messages in thread
From: Saurabh Jain @ 2014-05-06 15:14 UTC (permalink / raw)
  To: kernelnewbies

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/ref=sr_1_1?s=books&ie=UTF8&qid=13988
> > 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
> ========================================================================
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140506/d0e6b3fa/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-05-06 15:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05 14:16 Linux Device Driver Saurabh Jain
2014-05-05 14:28 ` Lucas Tanure
2014-05-05 14:30 ` leo kirotawa
2014-05-05 14:37   ` Lucas Tanure
2014-05-05 14:39     ` leo kirotawa
2014-05-05 14:53     ` Le Tan
2014-05-05 15:01       ` Sima Baymani
2014-05-06  4:36         ` Kashyap Gada
2014-05-06  8:50         ` Robert P. J. Day
2014-05-06 15:14           ` Saurabh Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.