【发布时间】:2016-10-21 22:59:57
【问题描述】:
在确定以下哪些操作应仅在内核模式下执行/完成时,我将不胜感激。我尝试在 Silberschatz “操作系统概念”中找到答案,但我仍然不清楚。 以下是决定它们应该在内核模式还是用户模式下完成的操作列表:
(1) disable interrupts detection
(2) clear memory
(3) switch from the user mode to the kernel mode
(4) read the state of the clock/timer
(5) determine/program timer.
【问题讨论】:
标签: operating-system