Ways to learn

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
Magmadragoon

Ways to learn

Post by Magmadragoon »

Do you know any places that can teach you how to use DJGPP or GRUB?

I know how to program C but not on that complier.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Ways to learn

Post by Solar »

The "trend" here is to discourage the use of DJGPP, and to encourage using Cygwin, as the latter gives you a much more complete toolset.

The FAQ has pages on setting up a BareBones C "kernel" and GRUB. If you are interested in GCC's options in general, you might want to check out the GCC online manual.

(GCC is the compiler behind both DJGPP and Cygwin.)
Every good solution is obvious once you've found it.
Post Reply