Re: Introducing Myself, Looking to Learn

2013-11-13 Thread Anand Moon
Hi All, It's good to start with LDD3 for beginner, But we end up just compiling the modules from the examples. Most of us don't now how to test these modules. But we can get learn the basic of module programming. Real challenge are in the kernel source tree. For example if we have a

Re: Introducing Myself, Looking to Learn

2013-10-28 Thread Matthias Brugger
2013/9/3 Robert P. J. Day rpj...@crashcourse.ca: On Tue, 3 Sep 2013, valdis.kletni...@vt.edu wrote: On Wed, 04 Sep 2013 02:05:42 +0530, Varad Gautam said: Hi Vladis! Thanks for replying. I think I would be fine with writing real code once I figure out what goes where. Well, assuming you

RE: Introducing Myself, Looking to Learn

2013-09-04 Thread Varad Gautam
How much of a beginner are you? In particular, how much do you know about operating system kernels in general? And how much multi-threaded programming have you done, in situations where you have to manage your own locking? Here's a little something about myself, I'm fairly good with C, Python

RE: Introducing Myself, Looking to Learn

2013-09-04 Thread Greg Freemyer
in it and see if you can fix it or try understand what others fix. From: Arlie Stephens Sent: 4/9/2013 7:08 To: Varad Gautam Cc: kernelnewbies@kernelnewbies.org Subject: Re: Introducing Myself, Looking to Learn Hi Varad, On Sep 04 2013, Varad Gautam wrote: Hi! I want to start working

Re: Introducing Myself, Looking to Learn

2013-09-04 Thread Valdis . Kletnieks
On Wed, 04 Sep 2013 00:59:03 +0530, Varad Gautam said: I have also subscribed to the LKML, but find it completely incomprehensible! As a beginner, would it be better to work with the kernel of a specific OS (I'm running Ubuntu), or work on the upstream kernel? Depends what you're trying to

RE: Introducing Myself, Looking to Learn

2013-09-03 Thread Varad Gautam
But please note that if you're finding it *completely* incomprehensible, you're probably not going to be able to make any real code contributions until you get up to speed. Hi Vladis! Thanks for replying. I think I would be fine with writing real code

Re: Introducing Myself, Looking to Learn

2013-09-03 Thread Valdis . Kletnieks
On Wed, 04 Sep 2013 02:05:42 +0530, Varad Gautam said: Hi Vladis! Thanks for replying. I think I would be fine with writing real code once I figure out what goes where. Well, assuming you have a background as a professional or very serious amateur programmer, *and* you have a *particular* drive

Re: Introducing Myself, Looking to Learn

2013-09-03 Thread Robert P. J. Day
On Tue, 3 Sep 2013, valdis.kletni...@vt.edu wrote: On Wed, 04 Sep 2013 02:05:42 +0530, Varad Gautam said: Hi Vladis! Thanks for replying. I think I would be fine with writing real code once I figure out what goes where. Well, assuming you have a background as a professional or very

Being a newbie ;-) (was Re: Introducing Myself, Looking to Learn)

2013-09-03 Thread Arlie Stephens
On Sep 03 2013, Robert P. J. Day wrote: i'm going to jump in here since i see this question annoyingly frequently -- i'm new to the kernel and i want to get involved and write code; how do i start? to be blunt, if that's your starting point, you're not ready to write code for the kernel.

Re: Introducing Myself, Looking to Learn

2013-09-03 Thread Augusto Mecking Caringi
On Tue, Sep 3, 2013 at 4:29 PM, Varad Gautam varadgau...@live.com wrote: Hi! I want to start working on the Linux kernel but am an absolute beginner. I am currently on my way through Robert Love's Linux Kernel Development and need help with finding something I can work on to get a hang of

Re: Being a newbie ; -) (was Re: Introducing Myself, Looking to Learn)

2013-09-03 Thread Henrique Rodrigues
I wouldn't recommend playing with the code to ubuntu users that barely know what a terminal is. For absolute beginners and novice enthusiasts I usually recommend to start by installing Gentoo following its handbook. The Gentoo handbook is a very good learning source for beginners and it guides

Re: Introducing Myself, Looking to Learn

2013-09-03 Thread Arlie Stephens
Hi Varad, On Sep 04 2013, Varad Gautam wrote: Hi! I want to start working on the Linux kernel but am an absolute beginner. I am currently on my way through Robert Love's Linux Kernel Development and need help with finding something I can work on to get a hang of what it's like. How much

RE: Introducing Myself, Looking to Learn

2013-09-03 Thread Rakesh Ganimineni
I would suggest you to fix on a module and start following what are the bugs in it and see if you can fix it or try understand what others fix. From: Arlie Stephens Sent: 4/9/2013 7:08 To: Varad Gautam Cc: kernelnewbies@kernelnewbies.org Subject: Re: Introducing Myself, Looking to Learn Hi Varad