Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Run RTOS simultaneously with Linux

0 views
Skip to first unread message

yuq

unread,
May 27, 2012, 11:22:39 PM5/27/12
to linux-...@vger.kernel.org
Hi all,

I have done some work about running some RTOS simultaneously with Linux,
the approach is running RTOS and Linux on different CPU cores. No
modification to Linux kernel but adding a loadable kernel module. I post
it at http://rgmp.sf.net

I want to know how you guys think about it. Any advice is welcome.

yuq
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Hillf Danton

unread,
May 28, 2012, 7:55:21 AM5/28/12
to yuq, linux-...@vger.kernel.org
Hi yuq

On Mon, May 28, 2012 at 11:21 AM, yuq <yuq...@gmail.com> wrote:
> Hi all,
>
> I have done some work about running some RTOS simultaneously with Linux, the
> approach is running RTOS and Linux on different CPU cores. No modification
> to Linux kernel but adding a loadable kernel module. I post it at
> http://rgmp.sf.net
>
> I want to know how you guys think about it. Any advice is welcome.
>
I want to see your work, would you please post it on LMKL in
(monolithic) diff format?

Thanks
-hd

yuq

unread,
May 28, 2012, 8:26:17 AM5/28/12
to Hillf Danton, linux-...@vger.kernel.org
In fact my modification to Linux kernel is a separate loadable kernel
module. It also includes a user space monitor and RTOS file system
server, RTOS image is also a loadable file. You can get it from my rep:

RGMP, an early version for porting existing RTOS like Nuttx and UCOS to
run with Linux. Besides Linux loadable module and Linux user space
monitor, it has a static library for
RTOS to link with:

git://rgmp.git.sourceforge.net/gitroot/rgmp/rgmp

YUQIX, an advance version which has Linux side RTOS file system server
and my experimental RTOS for advanced real-time applications:

git://rgmp.git.sourceforge.net/gitroot/rgmp/yuqix

yuq
0 new messages