LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install source code in the linux kernel (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-source-code-in-the-linux-kernel-738846/)

somashekar.bhogaiah 07-09-2009 04:39 AM

how to install source code in the linux kernel
 
I've installed fedora 11 in my system. i've the source code DVD separately, i want to know how to install the source code in to the linux kernel. guys if anybody has done this in ur system, pls reply to me.
Somashekar

knudfl 07-09-2009 06:32 AM

Welcome to LQ.

The 'kernel source code' is provided by the package
kernel-2.6.29.4-167.fc11.src.rpm ( or similar ),
which installs to : /usr/src/kernels/ , with the
command # rpm -ivh kernel-2.6.29.4-167.fc11.src.rpm .
.....

kirukan 07-09-2009 06:44 AM

what sources code you have separately?
common step to install sources in linux
go to the sources directory
./configure
make
make install
OR
check there may be files README or INSTALL, you can get installation procedure from those files

knudfl 07-09-2009 06:58 AM

The source code available from the DVD is listed here

http://download.fedora.redhat.com/pu.../source/SRPMS/
.....


All times are GMT -5. The time now is 03:09 PM.