Re: [Etherboot-developers] no floppy drive on build system
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-04-20 11:13:05
|
>+# rules to write the .img/.zimg image as a floppy image >+# and put that image another way on a floppy disk >+# Give the directory name, e.g. bin/via-rhine-6105.fi as the target. >+%.fi: %.img $(DISKLOADER) $(START16) >+ cat $(DISKLOADER) $(START16) $< > $@ >+ >+%.zfi: %.zimg $(DISKLOADER) $(START16) >+ cat $(DISKLOADER) $(START16) $< > $@ >+ >+# end of Makefile > > >Now I just type=20 > make bin/my-nic.fi >and can continue directly with my work. > >When it is usefull for me, then it is probably usefull for others. >Could some please apply the patch? Er, that's what the .dsk and .zdsk targets already do just a few lines above. |