-
Tutorials for C# AND C++
I need some tutorials for c# and c++. I know just enough ASM to make a boot file and a couple of other things. I am trying to make a kernel in c++. I know it is possible, redhat linux was made that way but i need some major tutorials and some links for some good IDEs
-
check out planet source code....they have a cool thiing about operating systems....quick and easy
-
Making a kernel in C++ is not a good idea. The language is far too large and "bloated" to be usable like that, most people have found.
Linux was written in C, the GNU HURD is in C, in fact most of the userspace tools in GNU/Linux, BSD, or whatever, are in C, because it's just so much simpler and more portable.