will a objdump bzImage > file1 On Wed, 31 Oct 2001, Micah Yoder wrote:
!Date: Wed, 31 Oct 2001 02:55:17 -0500 !From: Micah Yoder <[EMAIL PROTECTED]> !Reply-To: [EMAIL PROTECTED] !To: [EMAIL PROTECTED] !Subject: Re: Fw: Re: Kernel modules ! !> > > How do you get a list of what modules etc have been compiled into the !> > > kernel ! !ok, that's a bit deceptive actually. Modules aren't compiled "into" the !kernel. ! !> > You don't, unless you have the .config file you used to build the kernel !> > with. ! !I meant you can't know which things are actually part of the kernel, not !modules. ! !If you want to list MODULES (which is what you said, but I'm not sure if it's !what you meant), you can cd into /lib/modules/<kernel-version> and poke !around and see what's there... ! !> > There was a discussion about storing that info in the compiled kernel and !> > making it available via /proc, but Linux (probably rightfully) thinks it !> > would be an unnecessary resource hog... ! !s/Linux/Linus/. Doh. ! !> Oh...and if you want the stuff that is compiled into the kernel: !> !> grep "=y" /usr/src/linux/.config > compiled.lst ! !yeah, that works. ! !-- !Like to travel? http://TravTalk.org !Micah Yoder Internet Development http://yoderdev.com ! ! ! !_______________________________________________ !Seawolf-list mailing list [EMAIL PROTECTED] !https://listman.redhat.com/mailman/listinfo/seawolf-list ! _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
