X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=Makefile;h=c4d724a94b11acdc41639094ff9ceb340be9bfa3;hp=96227190c668bcefc8be592e269e97787a815bdf;hb=aea4c0e820b437aebb00a90b5f9fd847044f88fe;hpb=1e2ddab65ead32350d8ff87a6de74168e429666b diff --git a/Makefile b/Makefile index 9622719..c4d724a 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,13 @@ floppy.img: boot.img dd if=/dev/zero of=$@ bs=512 count=2880 dd if=$< of=$@ conv=notrunc +pcboot.iso: floppy.img + rm -rf cdrom + git archive --format=tar --prefix=cdrom/ HEAD | tar xf - + cp $< cdrom + mkisofs -o $@ -R -J -V pcboot -b $< cdrom + + boot.img: bootldr.bin $(bin) cat bootldr.bin $(bin) >$@