首页 > 其他 > 详细

Modern Operating System

时间:2014-12-20 15:32:48      阅读:443      评论:0      收藏:0      [点我收藏+]

No one can do all things, learn to be good at use what others already did.

  • Most computers have two modes of operation: kernel mode and user mode. The OS is the most fundamental piece of software and runs in kermel mode(also called usperivosr mode). In this mode, OS has complete access to all the hardware and can execute any instruction th machine is capable of exectuing.
  • The rest of the software runs in user mode, in which only a subset of machine instructions are available. In particular, those instructions that affect control of machine or do I/O are forbidden to user-mode program.
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享
  • 技术分享

Modern Operating System

原文:http://www.cnblogs.com/iiiDragon/p/OS.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!