Switching from user mode to kernel mode

前端 未结 4 1288
南笙
南笙 2020-12-24 03:06

In my operating systems class, I\'m asked whether switching from user to kernel mode is privileged. This is not OS-specific. At first I thought yes, but it seems like a big

4条回答
  •  情话喂你
    2020-12-24 04:05

    That is a typo introduced in the 8th edition and kept in the 9th. In the seventh edition, page 19, it says instead:

    "The instruction to switch to user mode is an example of a privileged instruction."

    Which clearly makes a lot more sense.

提交回复
热议问题