- 1、本文档共4页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于嵌入式应用的Linux内核实时性改进研究
计算机工程与设计 Computer Engineering and Design
严丽平,宋凯,邓胡滨:基于嵌入式应用的Linux 内核实时性改进研究 2011, Vol.32, No.1 12 1
基于嵌入式应用的Linux 内核实时性改进研究
1 2 2
严丽平 , 宋 凯 , 邓胡滨
(1. 华东交通大学软件学院,江西 南昌330013 ;2. 华东交通大学信息工程学院,江西 南昌330013)
摘 要:针对Linux 内核存在的实时性问题,从实时操作系统的5 个性能指标出发,分析了2.6 内核实时性能的根本性制约因
素为调度延迟和中断延迟。为了解决上述问题,设计并实现了新的任务模型和新的中断处理操作。着重介绍了新任务模型
( )
中的硬实时任务调度算法 优先级位图算法 以及新体系中断响应和中断处理操作流程,给出了关键代码,并进行了试验调
试。经realfeel 测试结果表明,新体系中实时任务的响应速度显著提高,达到了预期的研究目的。
关键词:Linux 2.6 内核; 实时性; 嵌入式; 中断延迟; 调度策略
中图法分类号:TP316 文献标识码:A 文章编号:1000-7024 (2011) 01-012 1-04
Research on improvement of real-time capacity of embedded-based linux kernel
1 2 2
YAN Li-ping , SONG Kai , DENG Hu-bin
(1. School of Software, East China Jiaotong University, Nanchang 330013, China;
2. School of Information Engineering, East China Jiaotong University, Nanchang 330013, China)
Abstract :Aiming at the real-time problems of Linux, the constraints for improving real-time performance of Linux 2.6 kernel is analyzed,
then a new task model and new interrupt operations based on scheduling strategy and interrupt latency is designed and implemented. Hard
real-time task scheduling algorithm, new interrupt response and new interrupt operations are emphasized and main codes are given out.
Through realfeel testing, response time of real-time task is indicated to be shortened largely and meets the initial expectation.
Key words :Linux 2.6 kernel; real-time; embedded; interrupt latency; scheduling strategy
个:确定性、可抢占性、上下文切换时间、中断延迟以及调度延
0 引 言
文档评论(0)