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