Download and config
Lets rebuild Linux kernel on 486.Made directory at
mkdir /usr/src/linux-2.4.37.11Downloaded tgz file into that directory over a network.
cd /usr/src/linux-2.4.37.11
wget https://mirrors.edge.kernel.org/pub/linux/kernel/v2.4/linux-2.4.37.11.tar.gz df -hBe sure that there is enogh free space. 170MB is needed.
tar -xzf linux-2.4.37.11.tar.gz
make menuconfig
edit your conf
make depInstall modules to temp, will copy later to right place.
make clean
make bzImage
make modules
make modules_install INSTALL_MOD_PATH=/tmp/linux
No comments:
Post a Comment