Hello

I am currently studying rtlinux, and have some basics questions I don't find the 
answers in the Famous Manuals, neither the archive of the Mailing list.

First question : when I consider the hello.c example, I don't clearly indentify the 
parts of the driver which executes in the kernel mode (obviously init_module and 
clean-up modules do) and which excecutes in the rtl mode : I guess start_routine does 
after pthread_make_periodic_np : am I right ?

Second question : is it possible to mix in the same driver parts executing in the 
kernel mode and parts executing in the  rtl mode : I tried something like that but the 
kernel seems to hang from time to time (may be a mistake in my programmation.

Last question : I well understand communications between a process executing in the 
user mode and a driver in the rtl mode, but is it possible to implement communication 
between a driver in the rtl mode and a "process" or driver
executing in the kernel mode ?

-- 
      Cordialement

Dominique MICOLLET       Email   : [EMAIL PROTECTED]
Laboratoire LE2I         Universite de Bourgogne
9, Avenue Alain SAVARY  BP 400        Tel     : +33/(0)3-80-39-59-27
21011 DIJON CEDEX       FRANCE        Tfx     : +33/(0)3-80-39-68-69
-- [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