《高级操作系统高级操作系统 (1).pdf》由会员分享,可在线阅读,更多相关《高级操作系统高级操作系统 (1).pdf(12页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、.第 1 讲:Advanced OS Overview第一节:Course Overview第 1 讲2020 年 2 月 15 日1/7课程信息Instructor:陈渝Research area:OSTA:Course Representatives:王润基、贾越凯、戴臻旸、王逸松.预备知识程序设计语言(汇编、C/C+、Go、Rust)数据结构和算法编译原理/操作系统计算机组成原理/计算机体系结构English.预备知识程序设计语言(汇编、C/C+、Go、Rust)数据结构和算法编译原理/操作系统计算机组成原理/计算机体系结构English.预备知识程序设计语言(汇编、C/C+、Go、Ru
2、st)数据结构和算法编译原理/操作系统计算机组成原理/计算机体系结构English.Why Study OS?The Operating System(OS)I use has already been written,and I doubt it will be my job towrite another one.For example,Windows,Linux.Havent OS developers figured everything out already?What more is there to do?Why should I study this as a graduate
3、 student?.Why Study OS?The Operating System(OS)I use has already been written,and I doubt it will be my job towrite another one.For example,Windows,Linux.Havent OS developers figured everything out already?What more is there to do?Why should I study this as a graduate student?.Why Study OS?The Opera
4、ting System(OS)I use has already been written,and I doubt it will be my job towrite another one.For example,Windows,Linux.Havent OS developers figured everything out already?What more is there to do?Why should I study this as a graduate student?.ObjectivesGain experience in doing OS researchKnow how
5、 to read/write papers/reportsKnow current OS hot topicsDevelop OS projectsHelp other CS researches.ObjectivesGain experience in doing OS researchKnow how to read/write papers/reportsKnow current OS hot topicsDevelop OS projectsHelp other CS researches.Course MaterialsLecture notes/papers(14 research
6、 domains)ReadingList of OSOS Arch,Process/Thread/SchedulingMemory Management,Concurrency/Sync/MutexDistributed Systems,Virtual Machine MonitorNetwork,File System,ScalabilityBugs/Security/Fault-Tolerant/RecoveryEncryption AuthenticationInterface Design,Verification/Proof,DEVICES.Course MaterialsReference BooksWolfgang Mauerer,Professional Linux Kernel ArchitectureUresh Vahalia,UNIX Internals The New FrontiersDaniel P.Bovet,Understanding the Linux KernelMark E.Russinovich,Microsoft Windows InternalsTanenbaum,Modern Operating Systems.