RE: RTEMS MAP_SHARED support expansion

2017-05-17 Thread Kirspel, Kevin
Of Sebastian Huber Sent: Wednesday, May 17, 2017 1:32 AM To: Kirspel, Kevin ; devel@rtems.org Subject: Re: RTEMS MAP_SHARED support expansion On 16/05/17 21:28, Kirspel, Kevin wrote: > The second approach includes the first approach but adds support for > RTEMS device drivers. We would n

Re: RTEMS MAP_SHARED support expansion

2017-05-16 Thread Sebastian Huber
On 16/05/17 21:28, Kirspel, Kevin wrote: The second approach includes the first approach but adds support for RTEMS device drivers. We would need to add a mmap handler to “rtems_driver_address_table”. The “IMFS_device_handlers” would add a mmap handler to device_mmap(). We would need a new r

Re: RTEMS MAP_SHARED support expansion

2017-05-16 Thread Gedare Bloom
On Tue, May 16, 2017 at 3:28 PM, Kirspel, Kevin wrote: > I would like to expand support for MAP_SHARED in mmap(). I would like to > run a few ideas by the group to see which direction to go. I really only > need to expand MAP_SHARED support for some LIBBSD drivers that I want to > create. There

RTEMS MAP_SHARED support expansion

2017-05-16 Thread Kirspel, Kevin
I would like to expand support for MAP_SHARED in mmap(). I would like to run a few ideas by the group to see which direction to go. I really only need to expand MAP_SHARED support for some LIBBSD drivers that I want to create. There are two approaches I can take. The first approach is to jus