[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Hello to everybody
> Hassan Reihanipoor wrote:
> i am searching for a realtime os to develope my own program.
:-)
There are over 200 real time operating systems out there.
Depending on the timing constraints of your application,
network facilities and available resources per piece, a
linux-based RTOS might be an option!?
http://www.realtimelinux.org/links.phtml
gives you a good starting point.
If you want to stick to Windows (and Visual Studio/Visual C++)
as development host and just want to use linux as target
soft-RTOS (timing constraint <100ms) and money isnīt the
most important point, then have
a look at the products from LynuxWorks (formerly Lynx).
If you have hard real time constraints (<50ĩs), then better have a
look at the sub-kernel-implementations RTLinux and RTAI.
Moderate timing constraints (<1ms) can very likely be handled with
KU-RT Linux, RED-Linux, qLinux, SMART-Linux, "MontaVista-Stuff"
(they donīt yet have a name for their work done) and Linux/RK
I am sure i have forgotten one or two of these kernel-scheduler
extensions/replacements.
Bernhard