X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=Makefile;h=fcbe869f52863480173c535687ce454a934b9567;hp=96227190c668bcefc8be592e269e97787a815bdf;hb=41e4fa8d02a2ca85c871c8cc3a4c6c93331cdfb3;hpb=0626040a5133ff8f8e071a20e9165c9618eb8c4a diff --git a/Makefile b/Makefile index 9622719..fcbe869 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 $@ -V pcboot -b $< cdrom + + boot.img: bootldr.bin $(bin) cat bootldr.bin $(bin) >$@