码迷,mamicode.com
首页 > 其他好文 > 详细

Operating System: Three Easy Pieces --- Process (Note)

时间:2015-10-01 12:50:23      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

1. How can the operating system provide the illusion of a nearly-endless supply of said CPUs?

The OS creates this illusion by virtualizing the CPU. The basic technique, known as the time-

sharing the CPU, allows users to run as many concurrent processes as they would like. Potential

cost is performance, as each will run slowly if the CPU(s) must be shared. To implement virtualization

of the CPU, and to implement it well, the OS will need both some low-level machinery mechanisms;

mechanisms are low-level methods or protocals that implement a needed piece of functionality.

Operating System: Three Easy Pieces --- Process (Note)

标签:

原文地址:http://www.cnblogs.com/miaoyong/p/4850821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!