Debian:HT Installing Optimized Kernel
From Linux 101, The beginner's guide to all things Linux.
Installing a kernel that is optimized for your CPU can be advantageous performance-wise. Issue one of the following depending on your processor type:
For newer Intel/AthlonXP:
sudo apt-get install linux-686
For any AMD processors:
sudo apt-get install linux-k7
For dual Intel processors:
sudo apt-get install linux-686-smp
| Navigation: Debian Index |

