If an old kernel package installed, remove it.
# aptitude purge linux-image-2.6.32-artIntall the ART-Linux 2.6 kernel package.
# dpkg -i linux-image-2.6.32-art_20111201_i386.deb
If an old kernel package installed, remove it.
# aptitude purge linux-image-2.6.32-artIntall the ART-Linux 2.6 kernel package.
# dpkg -i linux-image-2.6.32-art_20111202_i386.deb
If an old kernel package installed, remove it.
# aptitude purge linux-image-2.6.24.6-artIntall the ART-Linux 2.6 kernel package.
# dpkg -i linux-image-2.6.24.6-art_20110606_i386.deb
If an old kernel package installed, remove it.
# aptitude purge linux-image-2.6.26-artIntall the ART-Linux 2.6 kernel package.
# dpkg -i linux-image-2.6.26-art_20110607_i386.deb
If an old kernel package installed, remove it.
# dpkg -r linux-image-2.6.24-artIntall the ART-Linux 2.6 kernel package.
# dpkg -i linux-image-2.6.24-art_20100616_i386.deb
% wget -O - http://www.all.kernel.org/pub/linux/kernel/v2.4/linux-2.4.36.tar.bz2 | tar xfj - % cd linux-2.4.36 % bzcat ../ART-Linux-2.4.36-20080104.diff.bz2 | patch -p1 -s