Posts Tagged ‘kernel’

Simple recipe to build your own LXRed Linux Kernel Source in Fedora 13

  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [...]

Interesting article ‘Interview: Ingo Molnar’

One of the main contributor into the Linux kernel is Ingo Molnar. I found this article while checking removal of ‘get_irqlock()’ in Kernel 2.6. Even though, it doesn’t mention about this in detail, it was good material to understand what jobs Ingo did and what was the main feature of O(1) scheduler and others. Check [...]

How could I reduce kernel’s binary size as small as distribution’s size

The basic steps to compile kernel and modules are similar to following. 1 make modules && make bzImage && make modules_install && make install It will install the kernel related files into the proper location after compile modules and kernel. But maybe you could be surprised by the final binaries size. Sometimes, it shows more [...]

DiskOnChip millennium plus lacks in support 32M/64M

Recently, one of my headache is to make diskonchip to support 64MB media. I tried it with doc2001plus.ko file, but it depreciated and recommended to use inftl with diskonchip.ko. Unfortunaltely, diskonchip.ko only support 16MB media. It was big frustration for me because I need to finish this soon or fired (I guess). I googled and [...]