Hi!
I've started to write my kernel in assembly but I think its far too complicated! Instead I would like to try to write it in C/C++. I'm new to these languages but i've written alot in VB and C# so I don't think it's going to be too hard to learn C/C++.
Which one do you think is going to be the easiest to write my kernel in? C or C++? And which compilers do you recommend? The compiler need to be able to compile in such way that it can be loaded from an assembly bootloader.
Thanks in advance
Alex