On Wednesday 09 January 2008, Alan E. Davis wrote:
> Thank you for the suggestions.  I wonder out loud whether the Ubuntu
> kernel is using something like a genkernel install, with everything
> as modules.  If so, in that case, how would one get a snapshot of
> what is being utilized?


Like most binary distros, on Ubuntu just about everything that can be a 
module, is a module.

You can see how it's built by reading the config in /boot, or (maybe)
via /proc/config (if enabled) - it might be zipped as well.

To see the modules in use at any given time, lsmod. This gives you the 
names of modules loaded. It's up to you to match that with actual 
kernel config options (sometimes it's not obvious)

alan

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to