How OS manage running programs
Posted
by Vit
on Super User
See other posts from Super User
or by Vit
Published on 2010-02-21T12:40:48Z
Indexed on
2010/03/18
13:51 UTC
Read the original article
Hit count: 397
Hi, since windows is multitasking OS, it must somehow switch between processes. But how is it done? Does windows include some kind of breakpoints into running programs, which should switch to other process? Becouse when program is executed, it takes control of CPU. So to enable multitasking OS must include some break instruction into the program. Am I right?
© Super User or respective owner