I want to read some Linux Kernel source code, and I found LXR. It's great, but sometimes when I click on some function, like 'kfree', and I got this:
When 'link' using ld, there must be no conflicts. So the question is : How to determine which one is THE ONE??? (I think gcc+makefile is the solution, but I don't know how to do it...)
Thanks!