Page 1 of 1
Ways to learn
Posted: Sat Jul 03, 2004 5:00 pm
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.
Re:Ways to learn
Posted: Mon Jul 05, 2004 12:29 am
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.)