how to install kernel 2.4 in redhat 7.0

how to install kernel 2.4 in redhat 7.0

Hi, brothers, I am trying to install kernel 2.4 in red hat 7.0, however I always met probelm to make bzImage. the following is my installation procedure:

1, unzip compressed file to /usr/src/linux, the old linux folder is overwritten.

2, make mrproper
3, make menuconfig
4, make dep
5,make clean
6, make bzImage

please help this out, I really need the newest kernel to support some hardwares.

thanks la.      
一般的步骤是:
1  make mrproper
2  make menuconfig
3  make dep
4  make bzImage
5  make modules
6  make modules_install
编译不成功的可能性有很多,最大的可能就是第二步时没有选择好      
第二步最关键,尤其主机是SMP和SCSI的时候,简直编过不去。