Hi Bert,

No, it does not (AFAIK, please correct me). Basicaly, you can call
some (NOT all) functions exported by kernel. See man ksyms how to get
a list.

You can call functions provided by other modules you have insmod-ed.
And finally you can link (ld -r) your module with some libraries.

If your question is about calling standard C functions, the answer is
no. I've put together a restricted set of standard C functions (mostly
string & format) that I link with my RT modules.

Regards,

pa

-- 
..........................................................................
Pavel Andris                               | tel: +421 7 5941 2167
Institute of Control Theory and Robotics   | fax: +421 7 5477 6045
Slovak Academy of Sciences                 | 
Dubravska cesta 9                          | e-mail: [EMAIL PROTECTED]
SK - 842 37 Bratislava                     |
Slovakia                                   |
.........................................................................
-- [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