make dep
make clean
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-art
cp System.map /boot/System.map-art
cd /boot
rm System.map
ln -s System.map-art System.map
lilo -v
reboot

