Re: [Rtl]doubts...

2002-10-15 Thread Dennis Rockwell
On 14 Oct, "Himanshu Gupta" wrote: > I have few more basic doubts.well..we load RT tasks as Loadable > kernel module...so it means RT Tasks are running as Kernel level > threads(is this right) if not in what way it they are > different Depends on where in the kernel you mean. The

Re: [Rtl]rtf_create_rt_handler

2002-09-30 Thread Dennis Rockwell
On 30 Sep, Prakash kanthi wrote: > Hi There, > > What process/task/thread context that, function > registered with rtf_create_rt_handler is executed? > > Let's say, i have two threads (t1, t2) in my module > and a function (f1) is registered using > rtf_create_rt_handler on a FIFO from init_mod

Re: [rtl] Problem with RT-FIFOs and corruption

2002-09-25 Thread Dennis Rockwell
On 25 Sep, Pablo Alvarez wrote: > I am having a weird problem with some form of memory corruption in the > kernel, and it looks my use of RT-FIFOs is responsible. Does anybody know > of a problem with sending small amounts of data back and forth very quickly > between RTL and userspace through

Re: [rtl] unresolved symbol in module

2002-07-25 Thread Dennis Rockwell
On 25 Jul, Michael Svetlik wrote: > The kernel checks the module version against the actual kernel version. > If they dont match, you get an 'unresolved external' for each kernel > resource reference. > Check, which 'version.h' your compiler actually includes (-v, dependency > files by -M). I