Re: [Xenomai] [PATCH] psos: add interface to configure region 0

2016-12-03 Thread Philippe Gerum
On 12/01/2016 09:08 PM, Ronny Meeus wrote: > On Thu, Dec 1, 2016 at 6:44 PM, Philippe Gerum wrote: >> On 11/30/2016 10:42 AM, Ronny Meeus wrote: >>> In the pSOS interface region 0 can be used by applications to allocate >>> memory from. It contains 'system' memory and is created by default during

Re: [Xenomai] [PATCH] psos: add interface to configure region 0

2016-12-01 Thread Ronny Meeus
On Thu, Dec 1, 2016 at 6:44 PM, Philippe Gerum wrote: > On 11/30/2016 10:42 AM, Ronny Meeus wrote: >> In the pSOS interface region 0 can be used by applications to allocate >> memory from. It contains 'system' memory and is created by default during >> system init. Region 0 is currently not suppor

Re: [Xenomai] [PATCH] psos: add interface to configure region 0

2016-12-01 Thread Philippe Gerum
On 11/30/2016 10:42 AM, Ronny Meeus wrote: > In the pSOS interface region 0 can be used by applications to allocate > memory from. It contains 'system' memory and is created by default during > system init. Region 0 is currently not supported by the xenomai psos skin. > > This patch adds functiona

[Xenomai] [PATCH] psos: add interface to configure region 0

2016-11-30 Thread Ronny Meeus
In the pSOS interface region 0 can be used by applications to allocate memory from. It contains 'system' memory and is created by default during system init. Region 0 is currently not supported by the xenomai psos skin. This patch adds functionality to configure a 'pseudo 0' region that will be us