How do I compile the source code using DJGPP 2.0?
Well, the good news is that DJGPP source is now included on the site. In case you are wondering, here are the changes. DJGPP creates protected mode programs, so you can’t access the video segment directly without some trickery. You can use the __djgpp_nearptr_enable() function to get access to the first 640K of memory.