how to install linux-kernel-2.6.11.4 on fedora?

COmpiling the kernel is one pretty simple

Just follow these steps

Just donwload the source from kernel.org

tar xvfz linux****.tar.gz / tar jvf linux***.tar.bz

run make menuconfig . You could select the modules you would like to get compiled with this kernel

Run these steps
make dep
make modules_install
make modules

cp /usr/src/linux/arch/***/boot/bZImage /boot/
cp /usr/src/linux/arch/***/boot/.config /boot

All the best ..

./thanks
ilaiy

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.