Hello, all,
I mean in user space. I just write the Drive and install the module
as a character device, then in future others will write application by themself.
I don't want them to work under rtlinux or kernel space if possible .
Thank you.
On Sat, 22 Jul 2000, Jeffrey wrote:
> first I would like to give my thanks to this mail list and those who have helped
>me.
> I have developed a simple driver for my PCI board. I have a another question.
> For some reasons, I have to run a task every 40 ms(25Hz), is it possible if I don't
>use the real time linux and how to do it?
In the kernel on user space?
In the kernel, register the timer (10 ms granularity). (grep kernel source
for examples).
In the user space, use usleep (with soft real-time sheduler) - 20 ms
granularity.
--
Tomek
Jeffrey
[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/