linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regarding the make module_install.
@ 2001-07-09 23:42 sendhil kumar
  2001-07-10  0:01 ` Mike Castle
  2001-07-10  8:07 ` Alexander Griesser
  0 siblings, 2 replies; 3+ messages in thread
From: sendhil kumar @ 2001-07-09 23:42 UTC (permalink / raw)
  To: linux-kernel

Hi,

Can any one update me about, what make module and make
module_install do? What is the difference between the 
insmod command and module_install?
Thanks in advance....

Thanks,
siva.s


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regarding the make module_install.
  2001-07-09 23:42 Regarding the make module_install sendhil kumar
@ 2001-07-10  0:01 ` Mike Castle
  2001-07-10  8:07 ` Alexander Griesser
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Castle @ 2001-07-10  0:01 UTC (permalink / raw)
  To: linux-kernel

On Mon, Jul 09, 2001 at 04:42:59PM -0700, sendhil kumar wrote:
> Can any one update me about, what make module and make

make modules compiles and links the modules

> module_install do? What is the difference between the 

module_install places them in /lib/modules/`uname -a`/*

> insmod command and module_install?

insmod first looks in /lib/modules/`uname -a`/* to load the module into
kernel space.

[certain details may be incorrect, but that the general idea.]

mrc
-- 
     Mike Castle      dalgoda@ix.netcom.com      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regarding the make module_install.
  2001-07-09 23:42 Regarding the make module_install sendhil kumar
  2001-07-10  0:01 ` Mike Castle
@ 2001-07-10  8:07 ` Alexander Griesser
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Griesser @ 2001-07-10  8:07 UTC (permalink / raw)
  To: sendhil kumar; +Cc: linux-kernel

On Mon, Jul 09, 2001 at 04:42:59PM -0700, you wrote:
> Can any one update me about, what make module and make
> module_install do?

That's a FAQ!
make modules compiles the modules
make modules_install copies the modules to /lib/modules/$(uname -r)

> What is the difference between the insmod command and
> module_install?

The two things are completely different.
insmod/modprobe is a tool for loading modules dynamically into a running
kernel and modules_install is a makefile-target, user for copying the
precompiled modules to a certain destination.

Please don't post such questions in here, check for a local linux
newsgroup or discussionforum.

regards, alexx
-- 
|    .-.    |   CCNAIA Alexander Griesser <tuxx@aon.at>  |   .''`.  |
|    /v\    |  http://www.tuxx-home.at -=- ICQ:63180135  |  : :' :  |
|  /(   )\  |    echo "K..?f{1,2}e[nr]böck" >>~/.score   |  `. `'   |
|   ^^ ^^   |    Linux Version 2.4.6 - Debian Unstable   |    `-    |

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-10  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-09 23:42 Regarding the make module_install sendhil kumar
2001-07-10  0:01 ` Mike Castle
2001-07-10  8:07 ` Alexander Griesser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).