Linux rtp补丁为android的任何人?

是否可以将 linux内核的rt-patch应用于 android内核?

为什么?
这纯粹是一个研究项目.我可以在我的车上安装一个运行Android的仪表板,还可以控制汽车中的安全关键任务吗? Android本身是用于SC任务的,但如果我把它放在管理程序上,我确信可以完成.

解决方法

非常重要的链接

持续研究实时android.

http://code.google.com/edu/submissions/ncsu-rts/

以下博客讨论值得一读,

http://groups.google.com/group/android-kernel/browse_thread/thread/fbf7f94d80f5eb2c/4e9f6f4d22a40b36?pli=1

It is no different from real time support in any Linux system,have
you looked into the real time patchset for the Linux kernel? It
should apply to the Android kernels with no problems.

它说,你可以成功地将linux的rt-patch安装到android.

BTW,实时架构的定义是,

A real-time system is one in which the correctness of the computations
not only depends upon the logical correctness of the computation but
also upon the time at which the result is produced. If the timing
constraints of the system are not met,system failure is said to have
occurred.

以上参考文献:http://www.ibm.com/developerworks/cn/linux/library/l-real-time-linux/

那么,基本上为什么在这个宇宙中你要将rt-patch应用到android内核?

** JUST FOUND **

本文值得探讨,您可能会找到一个关于您的研究项目的链接.

http://users.ece.gatech.edu/~vkm/Android_Real_Time.pdf

相关文章

/etc/sysctl.conf这个目录主要是配置一些系统信息,/etc/sys...
1.作用 useradd或adduser命令用来建立用户帐号和创建用户的起...
它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅...
不管是我们在安装软件还是监测软件的使用性能,我们都要随时...
装好Tomcat7后,发现除了本机能访问外界访问不了,岂有此理。...
修改防火墙配置需要修改 /etc/sysconfig/iptables 这个文件,...