Barda
Posts: 11
Joined: Mon Dec 15, 2014 12:25 pm

Creating a workspace

Tue Feb 17, 2015 10:56 am

Hi

I wonder if it's possible to create what in operating systems is called a "workspace". My idea is that several functions could have access to specific parts of memory in order to perform certain activities when they are executed. I want to store from a handler some information in memory and I want it available for a common subroutine.

I haven't seen in this forum any examples of that, so if they exist I apologize.
Thank you

3corey2
Posts: 85
Joined: Sun Feb 15, 2015 2:59 am

Re: Creating a workspace

Tue Feb 17, 2015 3:40 pm

i completely agree
ras pi 2, gotta love it.

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Creating a workspace

Tue Feb 17, 2015 8:23 pm

Are you talking about Shared Memory or Inter Process Communication?

Barda
Posts: 11
Joined: Mon Dec 15, 2014 12:25 pm

Re: Creating a workspace

Tue Feb 17, 2015 9:08 pm

Shared Memory, but I'm not sure if Inter Process communication could be useful in my case too

Return to “Bare metal, Assembly language”