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.
I wanna build GRUB but I have a Windows 98 system. I have DJGPP / NASM, but I don't know how to run the configure script... Typing ./configure doesn't work. Any help would be fantastic!!!
Grub was meant to be compiled in a unix-like environment... you'll either need to download autoconf and automake tools for DJGPP (if they even exist...?) or use CYGWIN or MING/W instead (I believe both environments offer the tools you'll require).
its not currently possible to build grub under cygwin, even with binutils --enable-targets=all... there is a bizarre LD error about absolutes or something.