Home page of this blog

Tuesday, August 23, 2011

Custom 32 bit ubuntu kernel 3.0.3 optimized for atom processors or netbook

I did a build of latest 3.0.3 kernel for my netbook running Ubuntu 11.04 (and my friends netbook who runs Linux Mint 11)

What I did to increase speed?
  1. Followed Ubuntu way of building kernel (to know more follow this link)
  2. I disabled kernel debugging in kernel configuration
  3. Changed to use SLAB instead of SLUB
  4. Changed kernel frequency to 300 HZ from 250 HZ
  5. Selected processor as Intel Atom
  6. Edited main Makefile to append -march=atom -mtune=atom
  7. Used PAE and highmem64 to support more than 4 GB
What I did?

I already uploaded the files and shared here.






I restarted and tested it, seems good.

How do I install it ?

Download the three .deb files into a new folder. Enter into the folder and give open in terminal (if you don't have this sudo apt-get install nautilus-open-terminal) and give sudo dpkg -i *.deb

What to do if my driver does not work?

Boot into default Ubuntu kernel

Feeling happy and think it is fast?

Share your happiness (like me :) ). How ? Post your experience in your blog or comment here. Share it.

What now?

Enjoy

Mediafire download links

http://www.mediafire.com/file/5ta3ldski6x4lzl/BuildKernel3.0.3atom.sh

http://www.mediafire.com/file/1nbg891wzpq7qa2/linux-headers-3.0.3-030003-atom_3.0.3-030003.201108180913_i386.deb

http://www.mediafire.com/file/rcfsbp00fufyrrr/linux-headers-3.0.3-030003_3.0.3-030003.201108180913_all.deb

http://www.mediafire.com/file/mt0taoc0lhqh7c8/linux-image-3.0.3-030003-atom_3.0.3-030003.201108180913_i386.deb


http://www.mediafire.com/file/6y96xoceogcj666/SHA256SUMS

SHA256SUMS

72ff4f112f59c064512310962b3fa38318fac5b44b609711183f371e468b3d6d  BuildKernel3.0.3atom.sh
79156f9a21e7ffcf91c80a9353de82525ae30b9584b7114aa117033af759e67a  linux-headers-3.0.3-030003_3.0.3-030003.201108180913_all.deb
c5655bfefdff3b29f25a06300d4a9e1cb9bbbc1818f955ded2db9c9cc4a643ce  linux-headers-3.0.3-030003-atom_3.0.3-030003.201108180913_i386.deb
fce58cc31e374dd5035393bcc1472e777b12bb33c30ee52453126fa075b67f44  linux-image-3.0.3-030003-atom_3.0.3-030003.201108180913_i386.deb

0 comments:

Post a Comment