Link to home
Start Free TrialLog in
Avatar of prince910
prince910

asked on

How to Customize the existing Linux kernel

Hi

Can anyone tell me that how to customized the existing linux kernel according to our needs, means compatible the existing kernel according to our hardware for not use much resources.....urgent reply is highly appreciated!!!!!!!!!!!!!!!!!!!

Atif
ASKER CERTIFIED SOLUTION
Avatar of sunnycoder
sunnycoder
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KellyCraig
KellyCraig

Hello!
Download the kernel source RPM and build it.
a --force may be nessecary.

Then, cd to /usr/src/linux
(should be a symlink).
type "make menuconfig"
Customize your heart out, save and make!

--Kelly