Introduction to Direct Execution

This lesson introduces you to the point in question regarding the operating system that will be discussed throughout the chapter.

We'll cover the following...

In order to virtualize the CPU, the operating system needs to somehow share the physical CPU among many jobs running seemingly at the same time. The basic idea is simple: run one process for a little while, then run another one, and so forth. By time sharing ...