- 1、本文档共40页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
The Windows Operating System.ppt
The Windows Operating System Goals Hardware-portable Used to support MIPS, PowerPC and Alpha Currently supports x86, ia64, and amd64 Multiple vendors build hardware Software-portable POSIX, OS2, and Win32 subsystems OS2 is dead POSIX is still supported—separate product Lots of Win32 software out there in the world Goals High performance Anticipated PC speeds approaching minicomputers and mainframes Async IO model is standard Support for large physical memories SMP was an early design goal Designed to support multi-threaded processes Kernel has to be reentrant Process Model Threads and processes are distinct Process: Address space Handle table (Handles = file descriptors) Process default security token Thread: Execution Context Optional thread-specific security token Tokens “Who you are”—list of identities Each identity is a SID Also contains Privileges Shutdown, Load drivers, Backup, Debug… Can be passed through LPC ports and named pipe requests Server side can use this to selectively impersonate the client. Object Manager Uniform interface to kernel mode objects. Handles are 32bit opaque integers Per-process handle table maps handles to objects and permissions on the objects Implements refcount GC Pointer count—total number of references Handle count—number of open handles Object Manager Implements an object namespace Win32 objects are under \BaseNamedObjects Devices under \Device This includes filesystems Drive letters are symbolic links \??\C: = the appropriate filesystem device Some things have other names Processes and threads are opened by specifying a CID: (Process.Thread) Standard operations on handles CloseHandle() DuplicateHandle() Takes source and destination process Very useful for servers WaitForSingleObject(), WaitForMultipleObjects() Wait for something to happen Can wait on up to 64 handles at once Security Descriptors Each object has a Security Descriptor Owner—special SID, CREATOR_OWNER Group—special SID, CREATOR_GROUP DACL Discretionary Access Cont
您可能关注的文档
- flash 精选助手作品介绍.ppt
- flash-second.ppt
- flash-第12课Actions语句基础1.ppt
- flash-第15课Flash组件的使用.ppt
- Flashback Logging Internals.ppt
- FlashCS3网站商业设计从入门到精通第1章 初识Flash CS3.ppt
- FlashCS3网站商业设计从入门到精通第2章 Flash绘图与动画.ppt
- FlashCS3网站商业设计从入门到精通第8章 Flash常用交互技术.ppt
- Flashes and Floaters.ppt
- Flashings Fasteners Accessories.ppt
- 2024-2025学年度怀化职业技术学院《形势与政策》期末考试检测卷及答案详解(典优).docx
- DB42T 1122-2015 绿色食品 杏鲍菇生产技术规程.docx
- DB42T 1073-2015 地理标志产品 神农百花蜜.docx
- DB42T 1024-2014 牛支原体肺炎诊断技术规程.docx
- DB42T 473-2021 早熟桃生产技术规程.docx
- DB42T 353-2011 地理标志产品 九资河茯苓.docx
- DB42T 350-2011 地理标志产品 来凤漆筷.docx
- DB42T 349.8-2015 武汉市主要行业取(用)水定额 第8部分:饮料制造.docx
- DB42T 1081-2015 湖北省土地整治工程量清单计价规范.docx
- DB42T 1010-2014 地理标志产品 老君眉茶.docx
文档评论(0)