EE110300电机资讯工程实习Lecture3个人电脑系统II----.ppt

EE110300电机资讯工程实习Lecture3个人电脑系统II----.ppt

  1. 1、本文档共39页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
EE110300 電機資訊工程實習 Lecture 3 個人電腦系統 II Operating Systems 資訊工程系 黃泰一 教授 What is an operating system? Definition An operating system is the “permanent” software that controls/abstracts hardware User applications can thus be simpler and device-independent What is an operating system? Definition (con’t) Manages resources and processes to support different user applications Provides Applications Programming Interface (API) for user applications Modern operating systems x86 platform Linux Windows Mac platform – Mac OS Sun Solaris Unix (Sun workstations) IBM AIX (mainframes) Embedded systems (special-purpose OS) Palm, PocketPC, etc Xbox, etc Linus Torvalds 1991, Finland, Linux Project 1992, Linux Kernel 0.02 Bash v1.08 GCC v1.40 1997, Moves to Transmeta 1998, Linux Kernel v2.2 2001, Linux Kernel v2.4 Pronunciation: “Linn-ucks” Windows 2000 XP 1989: 10 developers left DEC VMS team and joined Microsoft ? Windows NT 1.0 1996: Windows NT 4.0 1999: Windows 2000 2001: Windows XP 2002: Microsoft .Net Server Linux vs. Windows NT Linux is kernel only, free and open source Windows is full-loaded OS and pricy Linux requires minimum HW, Windows not Web server (Win2K + SWC ) beats (Linux + TUX) File server printer server Windows supports a wider range of HW Linux has more stable drivers Operating System Interfaces Software hardware layer Device Driver Device driver的唯一目的就是要將所有的硬體隱藏. 他應該是整套軟體中唯一能和硬體溝通的窗口. 他能直接讀取或寫入特定裝置控制及狀態暫存器, 如果裝置發生中斷,那ISR也要整合到裝置驅動程式. System service call (monitor) C Programs: main() { // call printf, provided // by the C library, to // print on the screen printf(“Hello World!”); } System service call (disk) C Programs: main() { // call CreateFile // by the C library, to // create a file on disk CreateFile(“a.txt”) } System service calls (network) C Programs: main() { so = createsocket(); send(so, “text”); close(so); } Virtual computer concept Importance of operating system System API are the only interface between user applications and hardware API are d

文档评论(0)

xuefei111 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档