LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   find a specific part of linux code (https://www.linuxquestions.org/questions/linux-general-1/find-a-specific-part-of-linux-code-153406/)

mhmo 03-04-2004 08:24 AM

find a specific part of linux code
 
Hi all

I just want to know how can I find (from the code of linux ) the code of a specific function in linux OS . Is there any documentation help me in that?

:study: :scratch:

hw-tph 03-04-2004 09:53 AM

Documentation for Linux itself - the kernel, that is - is available in the /Documentation subdirectory of the kernel source tree, but most of the more technical things are commented in the code itself. Just dig in. ;)

If you want non-kernel functionality then the best place to start looking is the GNU project. Linux in itself is only a kernel, with the base operating system being the GNU OS, hence why you often see Linux distributions being called GNU/Linux. There are other kernels that run on the GNU OS, like mach kernels (the BSD's, MacOSX, etc) and The Hurd (the FSF's own kernel project).


Håkan


All times are GMT -5. The time now is 08:40 PM.