On Wed, 21 Apr 1999, Pierre Cloutier wrote:

> I'm starting to realise I will create a lot of symbols. Is there a limit
> on the number of symbols ksyms and the kernel  can handle?

A lot :-)

> Also, is there a way to make a variable and/or function global within a
> module but private relative to the other
> kernel modules without stuffing all the module code in a single file?

Yes. Pass your module through 
ld -d -r module.o  -o module-final.o

After that you may try -x insmod flag.

--
Tomek

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to