|
tar xvfz linux-2.4.19.tar.gz -C /usr/src |
|
cd /usr/src/linux |
|
make xconfig (interface graphique de configuration) |
|
make () |
|
make bzImage (création du noyau) |
|
make modules (compilation des modules) |
|
make modules_install (installation des modules dans /lib/modules) |
|
cd /usr/src/linux/arch/i386/boot/ |
|
cp bzImage /boot/vmlinuz-new |