Re: [Etherboot-developers] no floppy drive on build system
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <Gee...@xs...> - 2003-04-20 11:37:20
|
On Sun, Apr 20, 2003 at 09:12:58PM +1000, Ken Yap wrote: > >+# 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=3D20 > > 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? >=20 > Er, that's what the .dsk and .zdsk targets already do just a few lines > above. >=20 Oops. Thanks for opening my eyes. Geert Stappers >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Etherboot-developers mailing list > Eth...@li... > https://lists.sourceforge.net/lists/listinfo/etherboot-developers >=20 |