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.
Ways to learn
Re:Ways to learn
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.)
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.