eCos 2.0 Released 16
Jonathan Larmour points out the "release of eCos 2.0, the configurable RTOS for the deeply embedded market. This release features a new licence based on the GPL, but with an exception to make it more suitable for embedded use. It's also now an independent free software project from the original developers Red Hat (which bought Cygnus Solutions) after the development team was canned. Most of the team still work on eCos but for different companies. It also has a wide range of ports but has managed to keep a low profile, which should now change with the new stable release. More at http://ecos.sourceware.org/ "
More TRON! (Score:2, Insightful)
It would be interesting to see what American companies could do with the TRON system.
Re:More TRON! (Score:3, Interesting)
I've followed iTRON since the 80's, and am an embedded systems programmer who has worked in the States, and I can tell you that iTRON has been promptly forgotten and resurrected in the US embedded world plenty of times. Every few years it is mentioned, or some trade group announces an implementation of an iTRON-derived embedded spec, etc. But it'll never go mainstream in the US.
The primary reason for US resistance to implementing any of the iTRON protocols is defense. The US embedded market is still dom
C++ and Kernel Coding (Score:3, Insightful)
Re:C++ and Kernel Coding (Score:3, Interesting)
Re:C++ and Kernel Coding (Score:3, Interesting)
Lambda library, compile-time parser generator library, graph algorithms, regular expressions, safe threads, and on and on.
Re:C++ and Kernel Coding (Score:2)
RTOS (Score:3, Interesting)
Or am I missing something?
Re:RTOS (Score:5, Insightful)
There are hard-real-time kernels that will run underneath Linux (or NetBSD) so you don't have to choose, you can have both. Sometimes, though, you need networking but can't afford the extra RAM and whatnot to run a whole Unixy environment. Anyway the minimalism can be heady, too, like the thin cold air on a mountain you've just climbed.
I Wonder... (Score:3, Interesting)
Would this be a suitable platform to use as a base for experimental operating systems? Like, embed a lisp system and base all the higher-level OS functions on lisp?
Re:I Wonder... (Score:2)
How much do these boards cost? (Score:1)
Re:How much do these boards cost? (Score:2)
Re:How much do these boards cost? (Score:1)
Free eCos book available (Score:3, Informative)
eCos Book [informit.com]
The linux development book is good too.