![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RHEL AS 4 Kernel SRC + DKMS + QLogic | BFLO | Red Hat | 0 | 03-13-2008 06:49 PM |
| max number of slabs per kernel module (kernel 2.6.17, suse) | Brendan Kennedy | SuSE | 4 | 01-23-2008 09:40 AM |
| Difference between RHEL 3 AND RHEL 4 | sakthi_13 | Red Hat | 2 | 09-11-2007 07:51 AM |
| Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU | dave043 | Linux | 2 | 05-10-2007 01:57 AM |
| Kernel panic - not syncing == While RHEL AS install | Crazy_murli | UNIX for Dummies Questions & Answers | 0 | 07-21-2006 06:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi all,
I need some help in compiling a new kernel. I am using RHEL 5 with kernel version 2.6.18. I have downloaded a kernel from link HTML Code:
http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.6.tar.bz2 Code:
1. cd /usr/src 2. wget -c http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 3. tar xvfj linux-2.6.20.tar.bz2 4. cd linux-2.6.20 5. make clean && make mrproper 6. make menuconfig 7 make clean 8. make bzImage 9. make modules 10. make modules_install 11. mkinitrd /boot/initrd-2.6.20.img 2.6.20 HTML Code:
http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html#CONFIGURATION-2-6 It only has the old file i.e initrd-2.6.18.img. Also, few parameters in the make menuconfig are bit confusing, it would be really great if someone has any ebook regarding the parameters. Pls help !! Thanks in Adv. Vikas |
| Sponsored Links | ||
|
|