@related : Linux Kernel linux-kernel linux-source apt dpkg RT

2.6.20

export KVERS=2.6.20.6
sudo [apt-get] install linux-source-$KVERS
tar xfj /usr/src/linux-source-$KVERS.tar.bz2             
#
url=http://people.redhat.com/mingo/realtime-preempt/patch-2.6.20-rt8
wget $url   -O - | patch -p1 -b 
#
url=http://gaugusch.at/acpi-dsdt-initrd-patches/acpi-dsdt-initrd-v0.8.3-2.6.20.patch
wget $url   -O - | patch -p1 -b 

Patches :

2.6.18

sudo [[apt-get]] install linux-source-2.6.18