📜  多道程序可以在没有中断的情况下进行吗? - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:50.109000             🧑  作者: Mango

代码示例1
Without interrupts, it would be impossible to implement multiprogramming 
or timesharing. A busy-wait would be required so one job couldn't run during 
another job's I/O wait. 
Without a timer interrupt, time slices can't be created to divide the CPU among 
jobs. Interrupts themselves must be synchronized