This is a quick and dirty Perl program to generate netboot images from
the ELKS images. First edit Makefile to point MT_DIR to the directory
where the ELKS include files are.  Then make the bootsect.ph and the
config.ph files by saying make.  Then you can run it by:

	mkelksnbi.pl Image > nbi

where Image is the file you normally rawrite onto a floppy to boot ELKS.
Then put nbi where tftp expects to find it and edit your bootptab file.

Mkelksnbi follows the netboot spec in constructing the netboot image.
Various key constants are read from config.ph. You should check that
the values are correct for your version of ELKS.  The fallback values
are correct for elks-0.0.68.

And don't forget to edit the first lines of the perl programs for the
location of your Perl interpreter; it's currently correct for RedHat
Linux 5.2.
