[Xenomai-core] Xenomai Bits on MIPS

2007-01-29 Thread somshekar kadam
Hi All, I am porting Xenomai on MIPS, I am beginner o Xenomai, please help me in understanding this point. whats the purpose of bits directory in include directory, please throw some light on this, I see it for 64 bit adoption , correct me if am wrong, what are the depedency of it on xenomai.

Antwort: Re: Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority

2007-01-29 Thread Markus Osterried
Hi Philippe, see below a code snippet for demonstration of the task priority problem. The expected behaviour is that the new task is running immediately after lowering root's priority. The log of the reached statements should therefor be: 1, 10, 2, 3, 4, 5 But instead the log is: 1, 2, 3, 4, 10,

Re: Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority

2007-01-29 Thread Philippe Gerum
On Mon, 2007-01-29 at 14:25 +0100, Gilles Chanteperdrix wrote: > Philippe Gerum wrote: > > On Fri, 2007-01-26 at 18:16 +0100, Thomas Necker wrote: > > > >>Hi Philippe > >> > >> > non-preemptive mode. > With original pSOS this was allowed and "non-preemptive" meant that a > runnable tas

Re: Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority

2007-01-29 Thread Gilles Chanteperdrix
Philippe Gerum wrote: > On Fri, 2007-01-26 at 18:16 +0100, Thomas Necker wrote: > >>Hi Philippe >> >> non-preemptive mode. With original pSOS this was allowed and "non-preemptive" meant that a runnable task cannot be preempted by other tasks but can block itself. Why is this differ