We can program a timer (special device on I/O bus) to interrupt us after a certain time or with a certain frequency. When the timer interrupt fires, its interrupt handler could call the scheduler to pick another process to run.
We can program a timer (special device on I/O bus) to interrupt us after a certain time or with a certain frequency. When the timer interrupt fires, its interrupt handler could call the scheduler to pick another process to run.