Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Configuration of kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
genix
n00b
n00b


Joined: 02 Mar 2004
Posts: 28

PostPosted: Sat Mar 20, 2004 7:04 am    Post subject: Configuration of kernel Reply with quote

dear all...i am attempting my first kernel config for the first time...been using genkernel all this while....can anyone point me to any guide or websites that has explaination of the options in menuconfig?..... and also...wats the difference for using * or M when selecting the options?....
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Sat Mar 20, 2004 7:32 am    Post subject: Reply with quote

* = the feature is compiled as an actual part of your kernel. Using this, your kernel will be larger but you won't have to worry about possible failing to install a module.

M = the feature is used as a module. Modules can be loaded and unloaded. So like if you choose a module that you aren't sure if it'll work or not (like lets say the module is VERY new or broken) but instead chose that feature to be compiled into your kernel. Your kernel could easily break and fail. But if it's a module you don't have to worry so much. Just unload the module and make sure it doesn't get loaded again. Also makes the kernel slightly smaller as you can bring in these modules on the fly.

And on the different kernel options, when you run "make menuconfig" make sure to check the "help" section given next to the given feature. It'll explain what it gives you and why you would want it or not want it. Also tells you what you should do "if in doubt."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum