March 28, 2024, 11:12:16 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: patch  (Read 5161 times)

Offline Ujjwol

  • Linux Learner
  • ***
  • Posts: 54
patch
« 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???

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: patch
« Reply #1 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

Offline Ujjwol

  • Linux Learner
  • ***
  • Posts: 54
Re: patch
« Reply #2 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?????????

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: patch
« Reply #3 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