Tuesday, February 3, 2009

build and install a new Linux kernel

1. Down load a new linux kernel from http://www.kernel.org/
2. cp /boot/config-xxx .config
3. make
4. make modules_install install
5. reboot

No comments:

Post a Comment