Re: 3 goals of a newbie - please guide

2007-12-07 Thread Claudio Eduardo
You could read "OReilly.Understanding.the.Linux.Kernel.3rd.Edition.Nov.2005". The name says everything =D. A direct link: http://eduunix.ccut.edu.cn/index/html/linux/OReilly.Understanding.the.Linux.Kernel.3rd.Edition.Nov.2005.HAPPY.NEW.YEAR/ On Dec 7, 2007 5:14 AM, Amogh Hooshdar <[EMAIL PROTECTED

RE: 3 goals of a newbie - please guide

2007-12-07 Thread IMG
1)Can read the appendix of the book “Understanding Linux Kernel 3rd Ed as chap said erlier. However if you just want to print a message while booting, just follow your intuition in the / directory.You just need to add a line with your text somewhere ;-). 2)Can start here , though you will need

Re: 3 goals of a newbie - please guide

2007-12-07 Thread Carter Smithhart
I went through this and it started me in the right direction: http://www.freesoftwaremagazine.com/articles/drivers_linux On Dec 7, 2007 1:14 AM, Amogh Hooshdar <[EMAIL PROTECTED]> wrote: > Hi, > > I have knowledge of assembly language. I am good at C programming. I > have learnt to write "hello w

3 goals of a newbie - please guide

2007-12-07 Thread Amogh Hooshdar
Hi, I have knowledge of assembly language. I am good at C programming. I have learnt to write "hello world" type of kernel modules using printk() statements. I know nothing else about kernel programming. I want to become a kernel hacker. I am a newbie at the moment. To begin with, I have 3 goals.