Thursday, September 12, 2019

Linux kernel 2.4.37.11 rebuild on 486 (1)

Download and config

Lets rebuild Linux kernel on 486.

Made directory at
mkdir /usr/src/linux-2.4.37.11
cd /usr/src/linux-2.4.37.11
Downloaded tgz file into that directory over a network.
wget https://mirrors.edge.kernel.org/pub/linux/kernel/v2.4/linux-2.4.37.11.tar.gz df -h 
Be 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 dep
make clean
make bzImage
make modules
Install modules to temp, will copy later to right place.

make modules_install INSTALL_MOD_PATH=/tmp/linux 

No comments:

Post a Comment