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: 401
operating-system
|memory-management
|protection
|virtual-address-space
|address-space
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