ImageVerifierCode 换一换
格式:PPT , 页数:20 ,大小:2.05MB ,
文档编号:4529576      下载积分:19 文币
快捷下载
登录下载
邮箱/手机:
温馨提示:
系统将以此处填写的邮箱或者手机号生成账号和密码,方便再次下载。 如填写123,账号和密码都是123。
支付方式: 支付宝    微信支付   
验证码:   换一换

优惠套餐
 

温馨提示:若手机下载失败,请复制以下地址【https://www.163wenku.com/d-4529576.html】到电脑浏览器->登陆(账号密码均为手机号或邮箱;不要扫码登陆)->重新下载(不再收费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  
下载须知

1: 试题类文档的标题没说有答案,则无答案;主观题也可能无答案。PPT的音视频可能无法播放。 请谨慎下单,一旦售出,概不退换。
2: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
3: 本文为用户(晟晟文业)主动上传,所有收益归该用户。163文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

1,本文(基于服务体执行流模型的操作系统课件.ppt)为本站会员(晟晟文业)主动上传,163文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
2,用户下载本文档,所消耗的文币(积分)将全额增加到上传者的账号。
3, 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(发送邮件至3464097650@qq.com或直接QQ联系客服),我们立即给予删除!

基于服务体执行流模型的操作系统课件.ppt

1、嵌入式操嵌入式操作系统研究简介作系统研究简介(部分举例)(部分举例)陈香兰 2008.3.5提纲提纲n嵌入式操作系统的多样性n嵌入式内存扩容技术举例嵌入式市场的多样性导致嵌入式操作系统嵌入式市场的多样性导致嵌入式操作系统的多样性的多样性n嵌入式嵌入式Internet应用应用信息家电信息家电军事方面军事方面嵌入式微处理器嵌入式微处理器n1000多种硬件处理器多种硬件处理器,MPU、MCU、DSP、SOClARM RISCARMlTMS320 DSPTIlTrimediaPhilipslStrongARMIntel,ru SA1110(已被PXA250替代)lXscaleIntel,ARM V5T

2、E兼容产品,如PXA250lMIPS RISCMIPSlDragonBallMotorala典型的嵌入式操作系统典型的嵌入式操作系统n近近200种操作系统种操作系统,VxWorks,QNX,WinCE,Palm OSn面向SOC的RTOS:Symbian的Epoc、ATI的Nucleus、Express logic的Threadxn开放源码的OS:uCLinux,uC/OS,RTEMSn典型性能指标:l内核大小:几K几百Kl调度时间片:几十msl实时进程/线程响应时间:2040us?l普通进程响应时间:20us几百ms?嵌入式操作系统的多样性嵌入式操作系统的多样性n多地址空间 vs.单地址空间

3、n有MMU vs.没有MMUn多进程 vs.单进程多线程n多用户 vs.单用户n模块化+动态加载 vs.静态联编n标准C库支持 vs.部分C库支持n是否可配置n是否可移植n是否易编程n是否支持实时调度n低功耗嵌入式内存压缩技术研究嵌入式内存压缩技术研究nL.Yang,R.P.Dick,H.Lekatsas,and S.Chakradhar,“CRAMES:Compressed RAM for Embedded Systems,”Proc.Int.Conf.Hardware/Software Codesign and System Synthesis,pp.9398,Sep.2005.l Not

4、es:NEC used this technology in their cellphones in June 2007.lOperating system technique to double usable memory in embedded systems without changing applications,or hardware,and with little or no performance or power penalty.l已获专利nmotivation:l内存是稀缺资源,没有硬盘提供交换区l在嵌入式环境中,加大内存增加成本增加体积、功耗l硬件设计赶不上应用的变化n解

5、决思路l不增加硬件、不改变硬件l在现有内存容量的基础上,动态增加有效的内存容量n方法:l压缩,利用交换技术和缺页技术n限制:需要MMU的支持nMain problemslDoes the technique allow existing applications to execute without performance and energy consumption penalties?lCan new applications with working data sets that were originally too large for physical memory be autom

6、atically made to execute smoothly?lWhat compression algorithm should be used,and when should compression and decompression be performed?lHow should the compressed RAM area be managed to minimize memory overhead?lHow should the technique be evaluated for use in embedded systems?nMethodslTake advantag

7、e of the operating system(OS)virtual memory swapping mechanism lMultiple compression techniques and memory allocation methods were experimentally evaluated;Bzip2,zlib default,zlib level1,zlib level9,RLE,LZRW-1A,LZOlDynamically adjust the size of the compressed area during operation based on the amou

8、nt of memory requirednImplementationla loadable Linux kernel modulelThis technique can easily be ported to other modern OSs.不带不带MMU的内存扩展技术的内存扩展技术nL.Bai,L.Yang,and R.P.Dick,“Automated Compile-Time and Run-Time Techniques to Increase Usable Memory in MMU-Less Embedded Systems,”in Proc.Int.Conf.Compile

9、rs,Architecture&Synthesis for Embedded Systems,pp.125135,Oct.2006.lNotes:Compiler-assisted on-line data compression technique permits substantial increases in usable memory on MMU-less embedded systems,such as sensor network nodes.nmotivation:l内存是稀缺资源,没有MMUn分析:lWhat MMU does?n思路:lSoftware MMU(MEMMU)

10、l压缩n方法:lCompile-time compresslRuntime uncompressn适用于:l内存非常小的系统,而且不带MMUl例如:无线传感器nMain problem:lTransparent to userlIntelligently determine which pages to compress and when to compress them to minimize performance and energy penalties.This is particularly challenging for low-end embedded systems witho

11、ut MMUs.lControl the organization of compressed and uncompressed memory regions and the migration of data between them to maximize the increase in usable memory while minimizing performance and energy penalties.lDesign a compression algorithm that has low performance overhead,low memory requirements

12、,and a good compression ratiomethodnMEMMU divides physical RAM into three regions:lthe reserved region,OS,MEMMUlthe compressed region,applicationland the uncompressed region.Applicationnthe size of each region is decided bylcompile-time analysis of application memory requirements land estimated comp

13、ression ratio.The application view nWith MEMMUSoftware-maintainednHandle-based Data AccesslVirtual address page numlMapping array1.If maps to uncompressed region,2.If has not been accessed before(no mapping)Allocate an uncompressed page,and map May be need replacement3.If maps to compressed region Decompressed,move,new map May be need replacementnTo be transparent:lThose routines runtime librarylNeed compiler transformationsn换入/换出抖动?n压缩区域,页面大小不一致碎片?交换技术和缺页技术交换技术和缺页技术虚拟空间物理内存交换区缺页换入换出MMU,TLB,页表

侵权处理QQ:3464097650--上传资料QQ:3464097650

【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。


163文库-Www.163Wenku.Com |网站地图|