linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Run RTOS simultaneously with Linux
@ 2012-05-28  3:21 yuq
  2012-05-28 11:55 ` Hillf Danton
  0 siblings, 1 reply; 3+ messages in thread
From: yuq @ 2012-05-28  3:21 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Run RTOS simultaneously with Linux
  2012-05-28  3:21 Run RTOS simultaneously with Linux yuq
@ 2012-05-28 11:55 ` Hillf Danton
  2012-05-28 12:26   ` yuq
  0 siblings, 1 reply; 3+ messages in thread
From: Hillf Danton @ 2012-05-28 11:55 UTC (permalink / raw)
  To: yuq; +Cc: linux-kernel

Hi yuq

On Mon, May 28, 2012 at 11:21 AM, yuq <yuq825@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Run RTOS simultaneously with Linux
  2012-05-28 11:55 ` Hillf Danton
@ 2012-05-28 12:26   ` yuq
  0 siblings, 0 replies; 3+ messages in thread
From: yuq @ 2012-05-28 12:26 UTC (permalink / raw)
  To: Hillf Danton; +Cc: linux-kernel

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

On 05/28/2012 07:55 PM, Hillf Danton wrote:
> Hi yuq
>
> On Mon, May 28, 2012 at 11:21 AM, yuq<yuq825@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-28 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-28  3:21 Run RTOS simultaneously with Linux yuq
2012-05-28 11:55 ` Hillf Danton
2012-05-28 12:26   ` yuq

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).