Starting to use C, too!
Posted: Wed Oct 17, 2007 9:34 am
I have been developing my Operating System's kernel and drivers in Assembly and I truly get a kick out of that every day. However, I am starting to believe that I am going to need to learn how to develop kernels/drivers in C also. So if anybody could tell me about what compiler I should use/what compiler has a better support for Inline Assembly or a better optimization support and that sort of stuff, I would really appreciate it. What I expect from the C compiler is to give me a simple bin file! Thanks guys.