Twitter
- Cellphone inventor Martin Cooper uses a Motorola Droid. http://goo.gl/VkE6 22 hours ago
- Its 42°C in Kerala and the Weather applet shows 26°C for Chennai #wtf 23 hours ago
- IPL starts today. It is going to be a month of entertainment #ipl 23 hours ago
- @ram5sh But Flash is too buggy and consumes more memory. Anyway it should be replaced. Even Apple is going that way. 2010/03/11
-
Recent Posts
- Nokia E-63 on Linux
- Reliance NetConnect on Ubuntu 9.04
- Software Freedom Day 2009
- Twitter on Pidgin
- Chrome OS: The new threat to Redmond
- Google Chrome on Linux
- Jaunty on my new Toshiba Satellite !!!
- Windows 7 and the Linux lesson
- New ICC Ranking: Sachin not in the top 20 !!!
- HP Pavilion DV6000 Notebook and Linux
- Building DVD Images Of Ubuntu Repositories
- Making Photo Slideshow DVD’s under Linux
- Encrypt Emails within Firefox
- Building RPM Kernel Packages
- Ubuntu 8.10 Intrepid Ibex
Archives
Tag Archives: Kernel
Building RPM Kernel Packages
Extract and customize the kernel
1. Log in as root, extract the kernel sources:
tar jxf linux-.tar.bz2 -C /usr/src
2. Customize the kernel with make menuconfig, make xconfig, etc… Create two copies of the .config file and save them in /usr/src/linux<version>-:
.config: this copy has to provide the configuration for the single processor kernel
.config_smp: this copy has to provide [...]
My LUG Articles
I sent two articles for the LUG-cochin and they are published in the LUG website. Here are the links.
1. Custom Kernel Compilation, the Ubuntu way.
2. Making Custom Ubuntu Live CD’s.
Hope these articles may help you.
var fbShare = {url: 'http://semk.in/2008/08/my-lug-articles/',size:'small'}

Reliance NetConnect on Ubuntu 9.04