C compiler

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
brueneboy
Posts: 1
Joined: Tue May 02, 2006 11:00 pm

C compiler

Post by brueneboy »

What is the best c compiler for developing OS's? Also, are there any good tutorials about development of operating systems?
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Re: C compiler

Post by carbonBased »

I'd imagine everyone has their own preference. I'd suggest GCC. Not only is it used by more tutorials (and therefore easier for a beginner to pick up quickly) but it (along with the GNU binutils) have several excellent tools for osdev.

--Jeff
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: C compiler

Post by JAAman »

personally, i prefer the Visual Studio (and its optimizer is considered second only to intels -- which is very expensive), but as jeff said, everyone has there own opinions

lots of good tutorials on bonifide
check my sig -- its got some very good links
Post Reply