[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1231652267.4235.8.camel@perihelion.bos.jonmasters.org>
Date: Sun, 11 Jan 2009 00:37:47 -0500
From: Jon Masters <jonathan@...masters.org>
To: joseluismarchetti@...oo.com.br
Cc: linux-kernel@...r.kernel.org
Subject: Re: Is it possible for a module to load in use a shared object
(.so) ?
On Sat, 2009-01-10 at 19:42 -0800, Jose Luis Marchetti wrote:
> Hi,
>
> I know a module can load another module, but is it possible for a
> module to use a shared object (.so) file ?
Nope. Not directly. The only in-kernel use of "shared objects" is in the
quasi-shared object that is VDSO, but that's entirely different (the
kernel provides what looks like a shared library to userspace).
Also, you probably want to ask these questions on the kernelnewbies
mailing list, and check the archive for similar questions - both of
these questions you asked this evening have come up before :)
Jon.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists