From 8c3d61e68d328035c56566ff8c4c1809f5380d0d Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Tue, 15 Dec 2020 20:38:48 +0000 Subject: [PATCH] Remove reserved sectors from generated disk, not needed anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68877d7..cd8dcda 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ fat6.bs: boot/fat.asm $(NASM) $(NASM_ARGS) -o $@ $< && utils/fix-rom $@ fd%.img: fat1.bs $(DISTFILES) - mformat -C -i $@ -f $* -R 8 -v "$(LABEL)" -B fat1.bs :: + mformat -C -i $@ -f $* -v "$(LABEL)" -B fat1.bs :: mcopy -i $@ $(DISTFILES) :: mattrib -i $@ +s ::kernel.bs