* How to write linux drivers?
@ 2011-06-12 7:41 Lalit Pratap Singh
2011-06-12 7:46 ` Rajat Sharma
2011-06-13 6:14 ` Felix Varghese
0 siblings, 2 replies; 4+ messages in thread
From: Lalit Pratap Singh @ 2011-06-12 7:41 UTC (permalink / raw)
To: kernelnewbies
Hi all,
I am linux kernel newbie, I am trying to understand linux kernel since very long.
Can anyone tell me how to understand drivers, How can i start working on writing drivers?
I just wanted to know that, How can i write the smallest driver and test it?
Also suggest me where to find the specification of the target hardware, for which driver is to be written?
Ex. floppy drive, bluetooth etc.
I want some basic tutorial links also.
Thanks
Lalit Pratap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110612/5ae14e03/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* How to write linux drivers?
2011-06-12 7:41 How to write linux drivers? Lalit Pratap Singh
@ 2011-06-12 7:46 ` Rajat Sharma
2011-06-12 15:47 ` esmaeil mirzaee
2011-06-13 6:14 ` Felix Varghese
1 sibling, 1 reply; 4+ messages in thread
From: Rajat Sharma @ 2011-06-12 7:46 UTC (permalink / raw)
To: kernelnewbies
http://lwn.net/Kernel/LDD3/
On Sun, Jun 12, 2011 at 1:11 PM, Lalit Pratap Singh
<lalitpratap@hotmail.com> wrote:
> Hi all,
>
> I am linux kernel newbie, I am trying to understand linux kernel since very
> long.
> Can anyone tell me how to understand drivers, How can i start working on
> writing drivers?
>
> I just wanted to know that, How can i write the smallest driver and test it?
> Also suggest me where to find the specification of the target hardware, for
> which driver is to be written?
> Ex. floppy drive, bluetooth etc.
>
> I want some basic tutorial links also.
>
>
>
> Thanks
> Lalit Pratap
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* How to write linux drivers?
2011-06-12 7:46 ` Rajat Sharma
@ 2011-06-12 15:47 ` esmaeil mirzaee
0 siblings, 0 replies; 4+ messages in thread
From: esmaeil mirzaee @ 2011-06-12 15:47 UTC (permalink / raw)
To: kernelnewbies
Hi
for understand kernel
linux kernel development by robert love
best
Esmaeil
On Sun, Jun 12, 2011 at 12:16 PM, Rajat Sharma <fs.rajat@gmail.com> wrote:
> http://lwn.net/Kernel/LDD3/
>
> On Sun, Jun 12, 2011 at 1:11 PM, Lalit Pratap Singh
> <lalitpratap@hotmail.com> wrote:
> > Hi all,
> >
> > I am linux kernel newbie, I am trying to understand linux kernel since
> very
> > long.
> > Can anyone tell me how to understand drivers, How can i start working on
> > writing drivers?
> >
> > I just wanted to know that, How can i write the smallest driver and test
> it?
> > Also suggest me where to find the specification of the target hardware,
> for
> > which driver is to be written?
> > Ex. floppy drive, bluetooth etc.
> >
> > I want some basic tutorial links also.
> >
> >
> >
> > Thanks
> > Lalit Pratap
> >
> > _______________________________________________
> > 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/20110612/d83e6595/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* How to write linux drivers?
2011-06-12 7:41 How to write linux drivers? Lalit Pratap Singh
2011-06-12 7:46 ` Rajat Sharma
@ 2011-06-13 6:14 ` Felix Varghese
1 sibling, 0 replies; 4+ messages in thread
From: Felix Varghese @ 2011-06-13 6:14 UTC (permalink / raw)
To: kernelnewbies
Lalit Pratap Singh <lalitpratap@hotmail.com> wrote:
> I just wanted to know that, How can i write the smallest driver and test it?
Linux Device Drivers 3rd edition (link provided by Rajat above) was
what got me started and is still my reference whenever I get stuck.
Chapter 2, pg 16 has the do-nothing 'hello world' driver you are
looking for.
Lalit Pratap Singh <lalitpratap@hotmail.com> wrote:
> I want some basic tutorial links also.
You can find a decent tutorial at
http://www.freesoftwaremagazine.com/articles/drivers_linux?page=0%2C0
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-13 6:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 7:41 How to write linux drivers? Lalit Pratap Singh
2011-06-12 7:46 ` Rajat Sharma
2011-06-12 15:47 ` esmaeil mirzaee
2011-06-13 6:14 ` Felix Varghese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).