diff --git a/Makefile b/Makefile index b658092..fed4dfc 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ all: nor86.img -nor86.img: bootsector.bin kernel.bin CC0 README.md +nor86.img: bootsect.bin kernel.bin CC0 README.md rm -f $@ mkdosfs -C $@ 1440 - rw -i bootsector.bin -o $@ + rw -i bootsect.bin -o $@ mcopy -i $@ CC0 :: mcopy -i $@ README.md :: mcopy -i $@ kernel.bin :: diff --git a/bootsector.asm b/bootsect.asm similarity index 100% rename from bootsector.asm rename to bootsect.asm