0
点赞
收藏
分享

微信扫一扫

litmus-rt linux Project的设计思路

cwq聖泉寒江2020 2022-12-04 阅读 207


以下文字介绍节选自​​litmus官网介绍​​

​​LITMUSRT​​ is the Linux Testbed for Multiprocessor Scheduling in Real-Time Systems. Its purpose is to provide a foundation for applied real-time systems research. To this end, LITMUSRT

  1. adds predictable scheduling and synchronization policies to the Linux kernel,
  2. reduces the effort involved in prototyping new scheduling and synchronization polices in the kernel by offering a simplified scheduling policy plugin interface,
  3. provides ​​liblitmus​​ a userspace library to expose the added kernel functionality to applications, and
  4. comes with Feather-Trace, a low-overhead tracing framework.

This guide provides an introduction to the user-facing parts of LITMUSRT, namely (3) and (4), and assumes that the kernel (with the LITMUSRT modifications in place) has already been compiled and is working. How to modify the kernel itself, and in particular how to develop new policy plugins, is beyond the scope of this guide. We instead refer those insterested in developing new plugins to the ​​plugin creation tutorial​​.

This guide describes LITMUSRT as of version 2017.1 (released in May 2017).

litmus-rt linux Project的设计思路_ide

 

litmus-rt linux Project的设计思路_sed_02

\\

litmus-rt linux Project的设计思路_ci_03

litmus-rt linux Project的设计思路_ide_04

 

举报

相关推荐

0 条评论