LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to build KERNEL ???? (https://www.linuxquestions.org/questions/linux-general-1/how-to-build-kernel-334104/)

ERBRMN 06-16-2005 12:32 AM

How to build KERNEL ????
 
I am useing RedHat 9 with kernel 2.4.20-8.

I want to build my kernel to " 2.6.0 " which is configure kernel before build.

When I did patch uncompressed kernel sourse, it will show some waring message.
I have changed patch file, but ot still showing message.

What could I do ????

My build kernel step is :


[root@xxxxx src]# tar xfvz ../linux-2.6.0.tar.gz
[root@xxxxx src]# gunzip patch-2.6.0.gz
[root@xxxxx src]# ls

4 drwxrwxr-x 18 1046 1046 4096 Dec 18 2003 linux-2.6.0
36 -rw-r--r-- 1 root root 34410 Jun 15 11:30 patch-2.6.0


[root@xxxxx src]# cd linux-2.6.0/

[root@xxxxx linux-2.6.0]# patch -p1 < ../patch-2.6.0
patching file Makefile
Reversed (or previously apllied) patch detected! Assume -R? [n]
Apply anyway? [n]

...............
...............
...............
...............

Skipping patch
1 out of 1 hunk ignored -- saving rejects to file script/ ........

...............
...............
...............

GaijinPunch 06-16-2005 01:08 AM

おっす。
I've not used Redhat in a long time, but a quick google found this trick (which is actual in these forums)
http://www.linuxquestions.org/questi...hreadid=192561

ERBRMN 06-16-2005 01:57 AM

Quote:

Originally posted by GaijinPunch
おっす。
I've not used Redhat in a long time, but a quick google found this trick (which is actual in these forums)
http://www.linuxquestions.org/questi...hreadid=192561

Thank you MAN .


All times are GMT -5. The time now is 08:01 PM.