首页 > 试题广场 >

Describe a mechanism for enfor

[问答题]
Describe a mechanism for enforcing memory protection in order to prevent a program from modifying the memory associated with other programs.
推荐
The processor could keep track of wha tlocations are associated with each process and limit access to locations that are outside of a program’s  extent.Information regarding the extent of a program’s memory could be maintained by using base and limits registers and by performing a check for every memory access.
发表于 2018-05-05 21:20:59 回复(0)