From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.baluta@gmail.com (Daniel Baluta) Date: Thu, 16 Jun 2011 14:48:27 +0300 Subject: Getting started with kernel sources [Was: No subject] Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, Jun 16, 2011 at 2:41 PM, Venkateswarlu P wrote: > how to understand the kernerl source? files in a simple way > > > what header? files i have to understand first > > > for example? to understand????? do_fork()???? function? for process > creation? which is defined in? kernel/fork.c There's no shortcuts. :) Use dump_stack() in various places and check what functions are called. Also use lxr ([1]) for code browsing. Please add a relevant Subject description to your emails. thanks, Daniel. [1] http://lxr.linux.no/