X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=c4d724a94b11acdc41639094ff9ceb340be9bfa3;hb=e253f9a0cad14f636a51f6211308491ab19dfbe5;hp=96227190c668bcefc8be592e269e97787a815bdf;hpb=1e2ddab65ead32350d8ff87a6de74168e429666b;p=bootcensus 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) >$@