Re: Linux kernel programming

2009-02-25 Thread Sabin
Check out this link: http://jungla.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html You can get tonnes of stuff from net on kernel development. -Sabin On Wed, 2009-02-25 at 22:53 +0530, wilson bright wrote: > http://tldp.org/LDP/lkmpg/2.6/html/ > > This link provides the basi

Re: Linux kernel programming

2009-02-25 Thread Robert P. J. Day
On Wed, 25 Feb 2009, wilson bright wrote: > http://tldp.org/LDP/lkmpg/2.6/html/ > > This link provides the basic Linux kernel programming. It starts > with a simple hello world kernel module and goes on. It is a good > guide. ok, i'm feeling sufficiently guilted since i&#x

Re: Linux kernel programming

2009-02-25 Thread wilson bright
http://tldp.org/LDP/lkmpg/2.6/html/ This link provides the basic Linux kernel programming. It starts with a simple hello world kernel module and goes on. It is a good guide. On Fri, Feb 20, 2009 at 3:01 PM, pradeep singh wrote: > http://kernelnewbies.org/ > > Hope this helps you. &

Re: Linux kernel programming

2009-02-20 Thread pradeep singh
http://kernelnewbies.org/ Hope this helps you. Thanks, --Pradeep On Fri, Feb 20, 2009 at 2:47 PM, Ramakrishna Rao Guntupalli wrote: > Dear Sir, > as i am very interested in kernel programming and programming of linux and > other kernel please suggest as i am new to this field and i am good

Linux kernel programming

2009-02-20 Thread Ramakrishna Rao Guntupalli
Dear Sir, as i am very interested in kernel programming and programming of linux and other kernel please suggest as i am new to this field and i am good in C, C++, if any document for writting the program please forward me so that i can learn and start. Please This is a request from my side.last th

Re: need help regarding linux kernel programming

2007-07-09 Thread Javi Roman
Linux Kernel 3rd Edition - Daniel P. Bovet, Marco Cesati 5. Linux Kernel Primer: A Top-down Approach ... - Gordon Fischer, Steven Smolski, Claudia Salzberg 6. Linux Kernel Programming - Michael Beck, H. Bohme, M. Dziadzka 7. Understanding the Linux Virtual Memory Manager - Mel Gorman http

Re: need help regarding linux kernel programming

2007-07-08 Thread pradeep singh
I found lot of legends of kernel > programming in this mailing-list. Can any body point me as well guide > me for linux kernel programming. > > I want to know following- > 1) Which document or book shall i follow of basic kernel architecture. There are many good books to read, but

RE: need help regarding linux kernel programming

2007-07-08 Thread Rajendra Stalekar
PROTECTED] On Behalf Of Jesper Juhl Sent: Saturday, July 07, 2007 3:19 AM To: Devendra Durgapal Cc: kernelnewbies@nl.linux.org Subject: Re: need help regarding linux kernel programming On 06/07/07, Devendra Durgapal <[EMAIL PROTECTED]> wrote: > Hi All, > > I am very much new to ker

RE: need help regarding linux kernel programming

2007-07-08 Thread Rajendra Stalekar
Hi Devendra, I think the best book to go about learning is Linux Kernel Programming --- Robert Love. This is for 2.6 kernel, which is currently the stable kernel and there are quite a lot of things which are different from the 2.4 kernel. So go in for this book. Also wherever you come across

Re: need help regarding linux kernel programming

2007-07-06 Thread Jesper Juhl
ing in this mailing-list. Can any body point me as well guide me for linux kernel programming. I want to know following- 1) Which document or book shall i follow of basic kernel architecture. There are many good books to read, but one I can personally recommend is "Linux Kernel Development, Se

need help regarding linux kernel programming

2007-07-06 Thread Devendra Durgapal
e for linux kernel programming. I want to know following- 1) Which document or book shall i follow of basic kernel architecture. 2) How to setup my own dev box. 3) Should I take the older kernel first then proceed to latest one. Or directly jump to latest one with bookies knowledge of basic k