In solutions to a question on the book “Operating Systems Concepts” it indicates that issuing a trap not a privileged task. Why is that so?
In solutions to a question on the book Operating Systems Concepts it indicates that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Some instructions need special privileges to run at all, which most of the time means only the OS gets to execute them.
Most user processes (programs) will need to issue a trap / exception to get the OS to run these instructions.