Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: Ujjwol on July 10, 2007, 05:43:08 AM

Title: patch
Post by: Ujjwol on July 10, 2007, 05:43:08 AM
i want to patch my kernel to 2.6
i have downloaded patch file, it is a .bin file
how to patch???
Title: Re: patch
Post by: gauravbajaj on July 10, 2007, 06:58:33 AM
Simple execute it using one of the method given below:

#./filename.bin
or
#sh filename.bin

Thanks
Gaurav
Title: Re: patch
Post by: Ujjwol on July 12, 2007, 07:00:38 AM
Simple execute it using one of the method given below:

#./filename.bin
or
#sh filename.bin

Thanks
Gaurav
Actually, i want to patch my existing 2.4(i don't know more) kernel to latest stable so that i can read and write and access my ntfs partition what shall i do?????????
Title: Re: patch
Post by: gauravbajaj on July 12, 2007, 07:22:22 AM
You have said that you already download its patch having .bin extension , so if its .bin extension then just execute it using the step which I have mentioned earlier