Handy References for Linux Device Drivers Developer

2010-12-16 Thread Pradeep Kumar
hi all, I am new to kernel device drivers field. Any suggestions about the references to follow for quick overview and detailed flow of code in Linux Kernel. thanks, Goudagunta Pradeep Kumar,

Re: Handy References for Linux Device Drivers Developer

2010-12-16 Thread Anuz Pratap Singh Tomar
On Thu, Dec 16, 2010 at 8:27 AM, Pradeep Kumar pradeep4uii...@gmail.comwrote: hi all, I am new to kernel device drivers field. Any suggestions about the references to follow for quick overview and detailed flow of code in Linux Kernel. Look the end of this link: there are some

Re: Handy References for Linux Device Drivers Developer

2010-12-16 Thread Tapas Mishra
On Thu, Dec 16, 2010 at 1:57 PM, Pradeep Kumar pradeep4uii...@gmail.comwrote: hi all, I am new to kernel device drivers field. Any suggestions about the references to follow for quick overview and detailed flow of code in Linux Kernel. thanks, Goudagunta Pradeep Kumar,

Re: Handy References for Linux Device Drivers Developer

2010-12-16 Thread Tapas Mishra
I forgot to mention the best way to learn these type of things is to start playing with it.(Start working rather than reading books) I do not know if you experienced this in past but this is a good way. Pick up a project and start working on it. (For example you can start with file system

Re: issue with Vmalloc

2010-12-16 Thread naveen yadav
Nice document, This document have good info . On Tue, Dec 14, 2010 at 10:39 PM, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: Hi On Tue, Dec 14, 2010 at 23:17, Josh Cartwright jo...@linux.com wrote: Sorry that I don't have a complete answer, but IIRC, the VmallocChunk just the

Re: issue with Vmalloc

2010-12-16 Thread Mulyadi Santosa
On Fri, Dec 17, 2010 at 11:18, naveen yadav yad.nav...@gmail.com wrote: Nice document, This document have good info . Thanks :) If you have feedback or corrections, please let me know so I could possibly release erratas... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant

capturing kernel oops

2010-12-16 Thread Paavaanan
Hi, kernel Panic and Crashes can be logged and traced with the help of tools like core-dump, klogd and netdump. But, is there any way to take logs or crash dumps to Kernel OOPS messages. Instead of taking a Photo with the Camera is there any handy tool to do this neatly. Thanks, Paavaanan. --

writing boot loader

2010-12-16 Thread vamidhar s
hi, according to board requirement i need to write cfe bootloader. i am new to this ,can you give me any suggestion,how to start.

Re: writing boot loader

2010-12-16 Thread Adam Lee
On Fri, Dec 17, 2010 at 1:59 PM, vamidhar s vamsidhar@gmail.com wrote: hi, according to board requirement i need to write  cfe bootloader. i am new to this ,can you give me any suggestion,how to start. CFE...BroadCom's? -- Regards, Adam Lee

RE: capturing kernel oops

2010-12-16 Thread Tayade, Nilesh
-Original Message- From: kernelnewbies-bou...@nl.linux.org [mailto:kernelnewbies- bou...@nl.linux.org] On Behalf Of Paavaanan Sent: Friday, December 17, 2010 11:26 AM To: Kernelnewbie Subject: capturing kernel oops Hi, kernel Panic and Crashes can be logged and traced with the

Re: writing boot loader

2010-12-16 Thread Adam Lee
On Fri, Dec 17, 2010 at 2:36 PM, vamidhar s vamsidhar@gmail.com wrote: bcm53003 processod,bootloader has to done all low level initialisation low level initialisation? not the part I'm doing. broadcom haven't done this? -- Regards, Adam Lee