how to look for source code in kernel
can anybody tell me how to look into source code, as most are hidden in kernel.
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ . HTH, Jonathan Neuschäfer
http://lxr.linux.no/ is a really good linux cross referencing website for code reference. On Thu, Dec 27, 2012 at 10:40 AM, Jonathan Neuschäfer <j.neuschaefer@gmx.net
wrote:
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ .
HTH, Jonathan Neuschäfer
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Henrique Rodrigues http://www.dcc.ufmg.br/~hsr
On Fri, Dec 28, 2012 at 1:23 AM, Henrique Rodrigues <henriquesilvar@gmail.com> wrote:
http://lxr.linux.no/ is a really good linux cross referencing website for code reference.
On Thu, Dec 27, 2012 at 10:40 AM, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ .
for browsing the code unfortunately there is no good tool as in windows we have source insight.We can use wine in linux but that sucks.
HTH, Jonathan Neuschäfer
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Henrique Rodrigues http://www.dcc.ufmg.br/~hsr
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ . for browsing the code unfortunately there is no good tool as in windows we have source insight.We can use wine in linux but that sucks. Funny you say that! Never heard of cscope, ctags ?
-Amit
On Fri, Dec 28, 2012 at 10:42 AM, amit mehta <gmate.amit@gmail.com> wrote:
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ . for browsing the code unfortunately there is no good tool as in windows we have source insight.We can use wine in linux but that sucks. Funny you say that! Never heard of cscope, ctags ? It is not as convenient as source insight or is it?
-Amit
On Fri, Dec 28, 2012 at 12:19 PM, anish singh <anish198519851985@gmail.com> wrote:
On Fri, Dec 28, 2012 at 10:42 AM, amit mehta <gmate.amit@gmail.com> wrote:
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ . for browsing the code unfortunately there is no good tool as in windows we have source insight.We can use wine in linux but that sucks. Funny you say that! Never heard of cscope, ctags ? It is not as convenient as source insight or is it?
I read somewhere that you can use Eclipse IDE with certain plugin to do convenient source code browsing.... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Fri, Dec 28, 2012 at 3:19 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com>wrote:
On Fri, Dec 28, 2012 at 12:19 PM, anish singh <anish198519851985@gmail.com> wrote:
On Fri, Dec 28, 2012 at 10:42 AM, amit mehta <gmate.amit@gmail.com> wrote:
On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote:
can anybody tell me how to look into source code, as most are hidden in kernel.
You can find the Linux source code at http://kernel.org/ . for browsing the code unfortunately there is no good tool as in windows we have source insight.We can use wine in linux but that sucks. Funny you say that! Never heard of cscope, ctags ? It is not as convenient as source insight or is it?
I read somewhere that you can use Eclipse IDE with certain plugin to do convenient source code browsing....
Using vim and ctags will be little hard in the beginning. But IMHO the speed you attain once you are acquainted, will not match anything else. I recommend to usage of linux as we all are Linux Guys :-)
-- regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (7)
-
amit mehta -
anish singh -
Arun KS -
Henrique Rodrigues -
Jonathan Neuschäfer -
kishore kumar -
Mulyadi Santosa