C header files????

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Kevin Buettner
Fecha:  
Asunto: C header files????
On Jul 3, 5:58pm, Carl Parrish wrote:

> uhmmm on RH where should I be able to find my c header files for my kernal???


/usr/src/linux-2.4/include

(But note that /usr/src/linux-2.4 is actually a symlink to another directory
which incorporates a more complete version number into its name.)

You can also find a subset of the kernel headers in /usr/include/asm
and /usr/include/linux. These headers are tied to the glibc version
though and you should not count on them being identical to the real
kernel headers.

Kevin