Computer Science, asked by gkhuteta264, 1 year ago

A number of operating systems have two modes, kernel and user. what are the advantages and disadvantages of providing four modes instead of two?

Answers

Answered by p1998p
3
The advantage of four modes is that there is more flexibility to control access to memory, allowing finer tuning of memory protection. The disadvantage is complexity and processing overhead. For example, procedures running at each of the access modes require separate stacks with appropriate accessibility.
Similar questions