Home page of this blog

Sunday, April 17, 2011

2.6.38.3 optimized packages built by me in tabular form

Click on Y link to download the file!!


Linux kernel 2.6.38.3 packages optimized for Ubuntu/Mint
Packagename/Filename32 Bit64 Bit
atomliquorix atomcore2 and abovei3,i5 and i7atomcore2 and abovei3,i5 and i7
Kernel Config
Y

Y

Y

N

N

Y

Y
Kernel Headers
Y

Y

Y

N

N

Y

Y
Kernel Image
Y

Y

Y

N

N

Y

Y
Readme.odt
Y

Y

Y

N

N

Y

Y
Readme.pdf
Y

Y

Y

N

N

Y

Y
SHA256SUMS
Y

Y

Y

N

N

Y

Y
MD5SUMS
Y

Y

Y

N

N

Y

Y

10 comments:

  1. Thought this tabular form will keep things simple and avoid confusion of numerous posts of my compilation articles,

    ;)

    ReplyDelete
  2. Compiled liquorix kernel for my friend's atom processor, updated the list for anyone who love to test or curious

    ReplyDelete
  3. liquorix kernel not as fast as vanilla linux kernel

    ReplyDelete
  4. this kernel works great. however, the only issues keeping me from using it is the beep on reboot, and synaptics touchpad scrolling not working.

    ReplyDelete
  5. Hey lemme ask you something, I got your last kernel in there 2.6.38-2. It runs fine, however the same kernel was released as a regular update in debian mint (It's a rolling distro).

    My question is, when you say "optimize"... are you simply disabling support for other processor types making the kernel just a tad smaller?

    I guess what i'm asking is, in what way is it faster than the standard kernel that comes with ubuntu/mint, if they were the same version? I could only see boot times improving maybe, but I could be wrong.

    I was thinking about benchmarking both, however I don't know of a good comprehensive linux benchmark that does lots of different tests, cpu, ram, disk, cache, simulated user loads, db.
    Do you know of a linux equivalent to Windows' PC Mark ? Although it may even run on wine.

    ReplyDelete
  6. I took vanilla kernel source and used ubuntu config with target processor core2, so it should just be compiler optimazations

    ReplyDelete
  7. Linux noob here... Just wondering, the 2.6 kernels are already set to timer freq of 250 and preempt voluntary to Y. Has anyone here tried the kernel above and notice any difference?

    Also, I think I read somewhere, the liquorix one, even though it is set at 1KHz, it shouldn't make any difference to the battery life.... I want to install the liquorix one but I thought I'll wait and see what are the feedbacks first..

    Great articles/website. Helps noobs like me a lot!

    ReplyDelete
  8. Only 32 bit ubuntu kernels default to 250 HZ, 64 bit kernels of ubuntu goes with 100 HZ. You can bet battery won't be a problem with 1000 HZ provided, high resolution hardware timer is supported by the laptop. All Fedora desktop kernels use 1000 HZ by default, so we can safely follow 1000 HZ kernels.

    ReplyDelete
  9. thank you very much for your work on this, i appreciate it very much. my little home server uses your atom optimized version and my daily use laptop is happily running the core2 optimized.

    @Anonymous- can you quantify how the liquorix kernel is slower? (boot time, responsiveness, etc.) I've started avoiding liquorix kernels because they usually lock my cpu at full speed and break frequency scaling.

    ReplyDelete
  10. Even if liquorix kernel is going with cpufrequency performance, you can make it use frequency scaling like this

    sudo modprobe acpi_cpufreq
    sudo modprobe cpufreq_ondemand

    Then you can use the ondemand governor

    To make the cpufreq automatic, it needs to be added in /etc/modules

    so ubuntu does this trick, it adds the cpufreq as inbuilt instead of modules and thus no need to explicitly add it to /etc/modules

    !!

    ReplyDelete