On Tuesday 19 June 2001 11:49, Ahmet Mutlu wrote:
> hi
> i've already subscribed to the mailing list.. and a question...:
> how can i directly access to the rt task structures, i mean rt task =
> queues in kernel?

Well... There's no memory protection in kernel space, so you only need a 
pointer and the RTL kernel header that describes the "private" parts of the 
task struct.

Anyway, why would you want to do that? Application code should use the RTL 
API rather than messing with the inner workings directly. (If it's for 
debugging purposes, put the code in a separate module if possible, and do 
keep in mind that it may break even after a minor version RTL upgrade.)


//David Olofson --- Programmer, Reologica Instruments AB

.- M A I A -------------------------------------------------.
|      Multimedia Application Integration Architecture      |
| A Free/Open Source Plugin API for Professional Multimedia |
`----------------------> http://www.linuxaudiodev.com/maia -'
.- David Olofson -------------------------------------------.
| Audio Hacker - Open Source Advocate - Singer - Songwriter |
`--------------------------------------> [EMAIL PROTECTED] -'

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [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