Incomplete. Forget it.
Recent debian Kernels are SMP compatible.
You can check the SMP compatibility by “uname -a”. The output would contain word “SMP”.
1. download kernel sourece:
root@mamiko-PC:/usr/src# ls
linux-patch-3.2-rt.patch.bz2 linux-source-3.2.tar.bz2
2. unzip:
root@mamiko-PC:/usr/src# tar xjf linux-source-3.2.tar.bz2 root@mamiko-PC:/usr/src# bunzip2 linux-patch-3.2-rt.patch.bz2
root@mamiko-PC:/usr/src# ls -l
合計 76144
-rw-r–r– 1 root root 707720 6月 17 07:36 linux-patch-3.2-rt.patch
drwxr-xr-x 22 root root 4096 7月 20 14:43 linux-source-3.2
-rw-r–r– 1 root root 77251230 6月 17 07:37 linux-source-3.2.tar.bz2
3. patch:
root@mamiko-PC:/usr/src# cd linux-source-3.2
root@mamiko-PC:/usr/src/linux-source-3.2# patch -p1 <../linux-patch-3.2-rt.patch
4. install qt4-dev-tools package
5.