Run-time support?

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
VE3MTM

Run-time support?

Post by VE3MTM »

Are you using any of the nifty features of C++? Those need run-time support.

I suggest looking at http://www.invalidsoftware.net/os/
carbonBased

RE:Run-time support?

Post by carbonBased »

Indeed.

And if anyone is looking for a good example of getting a C++ kernel up and running with some run-time support, I'd suggesting taking a look at the Trion CVS sources (the kernel being developed primarily by people on this list).

Trion is written entirely in C++, and does all things mentioned on this site.  Also, thanks to one of our developers (Stephen Webb), we're well on our way to integrating the STL into the kernel.

It actually amazes me how well it's worked out.  I expected many more snags to be had developing a kernel in C++ (something many of us have never done before).

Cheers,
Jeff

http://www.sourceforge.net/projects/trion
Post Reply