linux kernel image compile
1.Copy .config file from installed kernel to new kernel source directory
2. Make oldconfig
3. make menuconfig, pick and remove things you want or unwant
4. make all
5. make modules_install
6. make install -- this will create kernel image and ramdisk for fedora core as well as configure /boot/grub/menu.lst.
7.
2. Make oldconfig
3. make menuconfig, pick and remove things you want or unwant
4. make all
5. make modules_install
6. make install -- this will create kernel image and ramdisk for fedora core as well as configure /boot/grub/menu.lst.
7.
0 Comments:
Post a Comment
<< Home