I found a hybrid OS project called RGMP

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
yuq
Posts: 17
Joined: Tue Jan 11, 2011 2:06 am

I found a hybrid OS project called RGMP

Post by yuq »

Hi everybody

We all know some famous hybrid OS like RTAI and RTLinux. I have also written one called RGMP (http://rgmp.sf.net). The difference is RGMP uses the multi-processor features to run any RTOS dedicatedly on a CPU. For example you can first run an unmodified Linux, then boot any ported RTOS on another CPU so that they can run simultaneously and communicate with each other. It make you be able to use both GPOS and RTOS features. Now I have only ported two RTOS uC/OS and NuttX. The only requirements are a multi-processor computer of x86 and Linux OS with kernel 2.6.32 and 2.6.35 (Ubuntu 10.04 and 10.10 will be fine).

Take a look and feel free to contact me if you are interested in RGMP.

Regards,
Yu Qiang
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: I found a hybrid OS project called RGMP

Post by Brynet-Inc »

Why did you post this in multiple sections?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
yuq
Posts: 17
Joined: Tue Jan 11, 2011 2:06 am

Re: I found a hybrid OS project called RGMP

Post by yuq »

Sorry, I notice a better place to post this message after the first post. :oops:
Post Reply