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
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
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
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