This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to design simple memory protection using MMU attributes & modes ?

Hello,

Can anyone give some points as to how to design simple memory protection model, of standalone OS application composed tasks, each has its own region/section with attributes such as read only, write only, shared memory etc.

I mean, when a region has some access limitation, than this access limitation is for everyone including himself. 

I want to make a simple process-like application, so that each process has its own memory where the process can read/write, yet other process cannot.

I tried to find a similar work/wiki with google's assistance, but surprisingly, I did not find anything !

Thank you!

Ran

0