
xenomai
文章平均质量分 94
Q.sean
爱屋及乌
展开
-
Life with Adeos-xenomai(翻译官方文档)
//Life with AdeosPhilippeGerumRevisionBCopyright© 2005Copyright © 2005Philippe GerumPermission is granted to copy, distribute and/or modify thisdocument under the terms of the GNU Free Docum翻译 2016-05-28 16:10:54 · 4177 阅读 · 1 评论 -
xenomai-GNU/Linux上的RTOS模拟架构实现
Xenomai - Implementing aRTOS emulationframework on GNU/Linuxxenomai-GNU/Linux上的RTOS模拟架构实现PhilippeGerumFirstEditionCopyright© 2004Copyright © 2002Philippe GerumPermission is granted to co翻译 2016-05-30 19:08:06 · 4295 阅读 · 0 评论 -
xenomai 3.0.2 -任务切换《xnarch_switch_to》
1.xnarch_switch_tovoid xnarch_switch_to(struct xnthread *out, struct xnthread *in){ struct xnarchtcb *out_tcb = &out->tcb, *in_tcb = &in->tcb; struct mm_struct *prev_mm, *next_mm; struct t原创 2016-09-08 17:54:13 · 831 阅读 · 0 评论 -
xenomai-ipipe机制简述
1. xenomai与ipipe的渊源2001年8月由Philippe Gerum发起,其思想是来源于Karim的ADEOS(Adoptive Domain Environment for Operating System)。发布后即被RTAI采用,并一度合并为RTAI/Fusion。后于2005年独立。Xenomai的实时性能比RTAI略差,因为其完全由ADEOS控制中断,而RTAI是由其内核对中原创 2016-09-09 15:49:30 · 3896 阅读 · 0 评论 -
xenomai-3.0 初始化
static int __init xenomai_init(void){ int ret, __maybe_unused cpu; setup_init_state();/*检查是否使能xenomai*/ /*如果没有使能就退出*/ if (!realtime_core_enabled()) { printk(XENO_WARNING "disabl原创 2016-09-09 18:21:13 · 1314 阅读 · 0 评论