How do you program an OS in c++ without the libraries at han

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.
ineo

Re:How do you program an OS in c++ without the libraries at

Post by ineo »

I agree with Solar.

While working on my microkernel, I realized C++ is not so useful. This is mostly true because most of the virtualization is done using IPC... so the C++ is not involved at all.

It's only more handy to have the C++ syntax & data structures. And I hate when something don't work, so I had to try it ;) Just because some people told me not to :P
Post Reply