Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    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

  3. #3
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Hmm actually the very first step is to be sure you have installed the gcc compiler and kernel-source.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...