On Fri, 21 Apr 2000, Seres Lucian wrote:

> I tried 
> insmod my_module my_symbol=my_value, 
> where my_module is my module,
> my_symbol is a parameter defined in my_module like 
> static int my_symbol=0 

Use in the module:

MODULE_PARM(my_symbol,"i");
May be also you will need to remove "static", but I think it should also work
with it.

As for accesing networking, there is some work in progress, but do not expect
TCP soon. In most cases when you need networking you do not need RT or at
least you can split your task into RT thread and user space "agent" which
does network data transfers.

--
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