/*
*to build a NEW kernel, I install a NEW fedora only in t-mode.
*install nothing but elinks[358-f7], it still contain 1.3G harddisk space
*no gcc, but make. the detail show following
*/
1,download linux 2.6xx[F]
from by elinks
2,bs>tar -xf linux*
3,bs>cd linux*
/*rebuild to make mrproper*/
4,bs>yum install -y ncurses ncurses-devel gcc
/*config*/
5,bs>make menuconfig
/*this step need long time*/
6,bs>make
/*need long time, and run as root*/
7,bs>make modules_install install
8,bs>reboot
/*
*if your have a config_file, first load it, and then save with $path = .
*/
/*error when with less support
*khelp used greatest stack depth: 3080 bytes left
*/
阅读(1122) | 评论(0) | 转发(0) |