You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have a basic libc and processes that can display their own pid, go into process.c and turn on allow_preempt which should enable periodic preemption via clock_interrupt(). Run two or more processes from main that display something different, and let's see if preemption works!
The text was updated successfully, but these errors were encountered:
Once we have a basic libc and processes that can display their own pid, go into
process.c
and turn onallow_preempt
which should enable periodic preemption viaclock_interrupt()
. Run two or more processes frommain
that display something different, and let's see if preemption works!The text was updated successfully, but these errors were encountered: