Running Slackware Linux on Thinkpad T61

Compile a Customized Kernel and Package it for ThinkPad T61

Author: Cherife Li

Compile the Kernel

For 2.6.x kernel: (what? You're still using 2.4.x kernels on *laptop* for desktop use? It's unbelievable. :-))
  1. #cd /usr/src
  2. #tar xvf linux-x.x.x.tar.bz2
  3. #ln -s linux-x.x.x linux
  4. #cd linux
  5. #cp /boot/config .config
  6. #make menuconfig (use 'make oldconfig' if you like)
  7. #make
  8. #make modules_install
The .config file of mine is available through this link for reference. I will updated it if necessary.

Package the Kernel

I use two Slackware build scripts to package the kernel and kernel modules.
The SlackBuild script for kernel is available here.
The SlackBuild script for kernel modules is available here.

Back to Index of Running Slackware Linux on ThinkPad T61.

Valid XHTML & CSS|©2008 dOtImes.cOm, All rights reserved.|Creative Commons|Linux on Laptops|TuxMobil|Firefox
Google™ Powered
Posted and Maintained by Cherife Li
Last Update: Sunday, 2008-05-25, 1:09, UTC+8.