A tool to generate IP.BIN files, which are needed to create bootable disks for the Sega Dreamcast.
Copyright Marcus Comstedt
For whatever reason, there are almost no copies of this tool left on the internet. It probably exists integrated with a number of Dreamcast development setups, but it is fully functional as a stand alone tool as well.
On Linux:
gcc makeip.c
On Unix:
cc makeip.c
On Windows:
cl makeip.c