How does memory protection in SASOS works?

Posted by chris on Stack Overflow See other posts from Stack Overflow or by chris
Published on 2010-04-10T01:44:17Z Indexed on 2010/04/10 1:53 UTC
Read the original article Hit count: 376

I'd like to know how it works - whether it checks if process can read/write/execute memory on every access, or it does it only once? But when it does it only once, and all processes are in a single address space, how are these other hostile processes are prevented from accessing memory from not their's areas?

© Stack Overflow or respective owner

Related posts about operating-system

Related posts about memory-management