On Sun, Nov 06, 2005 at 03:22:53AM +0200, David Harel wrote:
> Hello Amos,
> 
> I guess you know the answer, I will be very happy with a reference to an 
> elaborate example then please.
> No I didn't look into the resources you mentioned simply because I am 
> not familiar with them. I googled, straced, looked into man pages saw 
> init_module(2) and create_module(2). Eventually I figured out I do not 
> have enough to go with code. For example, in create_module there should 
> be a size but I don't know of what.

I don't understand this - obviously your module utilities work - just
copy what they do if you must. (the size is the size of the module in
bytes, but I don't recall at which stage - older modutils actually
implement most of a dynamic linker in userspace, newer modutils do it
in the kernel).

Cheers,
Muli
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to