Re: [Xenomai-core] xenomai-forge: round-robin scheduling in pSOS skin

2012-03-15 Thread Ronny Meeus
On Thu, Mar 8, 2012 at 3:30 PM, Ronny Meeus ronny.me...@gmail.com wrote: Hello I'm are using the xenomai-forge pSOS skin (Mercury). My application is running on a P4040 (Freescale PPC with 4 cores). Some code snippets are put in this mail but the complete testcode is also attached. I have

[Xenomai-core] xenomai-forge: round-robin scheduling in pSOS skin

2012-03-08 Thread Ronny Meeus
Hello I'm are using the xenomai-forge pSOS skin (Mercury). My application is running on a P4040 (Freescale PPC with 4 cores). Some code snippets are put in this mail but the complete testcode is also attached. I have a test task that just consumes the CPU: int run_test = 1; static void

Re: [Xenomai-core] Is anybody using the pSOS skin in userland?

2010-11-15 Thread ronny meeus
Philippe, The sm_ident patch is fine. Thanks Ronny On Mon, Nov 15, 2010 at 11:56 AM, Philippe Gerum r...@xenomai.org wrote: On Wed, 2010-11-03 at 22:42 +0100, ronny meeus wrote: Hello we are investigating to usage of the pSOS+ skin to port a large legacy pSOS application to Linux

[Xenomai-core] Is anybody using the pSOS skin in userland?

2010-11-03 Thread ronny meeus
Hello we are investigating to usage of the pSOS+ skin to port a large legacy pSOS application to Linux. The application model consist of several processes in which the application lives. All processes will make use of the pSOS library. After playing around with the library for some time we have