Results 1 to 3 of 3
Hi,
I want to compile kernel for my hardware only. I have made up a list of all the hardware components on my pc and other would be peripherals that ...
- 02-27-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 22
Compiling Kernel for specific hardware only...?
Hi,
I want to compile kernel for my hardware only. I have made up a list of all the hardware components on my pc and other would be peripherals that I plan to buy.
Now What should I do as I do not every driver for any device compiled into my kernel for speed and size concerns...?
Is there any script to do that any particular program...?
Oc9ine.
- 02-27-2009 #2
this is simple to do, the first step in compiling kernel is to run make menuconfig at which point you will be able to select all the features of your kernel, select only the ones you need for that specific hardware and you are all set
- 02-27-2009 #3
Hmm actually the very first step is to be sure you have installed the gcc compiler and kernel-source.


Reply With Quote