Re: kernel source
On Aug 6, 10:54 pm, mu91t <mu...@xxxxxxxxxxxxxx> wrote:
hello.
I've been trying to understand the source code for linux which is all
written in c.
But i am no table to figure out the header files included in that
code.
Can anyone please tell me where can i get all references to those
header files ( eg. mm.h, linux.h etc.).
I downloaded this source fromhttp://kernel.org.
TIA
They're all there. For example, 'mm.h' is in the include/linux
directory. There is 'linux.h'.
DS
.
Relevant Pages
- Re: Borland C++BuilderX
... Mostly, programmers do not worry about the contents of header files, ... the rest of the source code that I provide but use the full name when I ... The next two lines of our program are instructions to the compiler to ... object code files and libraries. ... (alt.comp.lang.learn.c-cpp) - Re: Style - imbedding data files
... .h files are header files. ... .c files are supposed to contain any kind of C source code. ... of the source file identified by the specified sequence between ... Dan Pop ... (comp.lang.c) - RE: Linux GPL and binary module exception clause?
... the GPL _explicitly_ says that that new program has ... you do _NOT_ have the right to use a kernel header file (or any ... (this is the part you would like to redefine as "use the source code", ... BUT YOU CAN NOT USE THE KERNEL HEADER FILES TO CREATE NON-GPL'D BINARIES. ... (Linux-Kernel) - Re: PB 5.0: SDK missing ATL?
... extern GUID IID_ISupportErrorInfo; ... Most header files that declare GUIDs have some means ... to cause the definition, rather than the declaration, to appear. ... source code of modules in that project before including ATL files, ... (microsoft.public.windowsce.platbuilder) - Re: kernel source
... mu91t wrote: ... I've been trying to understand the source code for linux which is all ... header files. ... The header files are found in the directories in the include/* part of the source code tree, or they are in the directory of the file. ... (comp.os.linux.networking) |
|