Remove reserved sectors from generated disk, not needed anymore

This commit is contained in:
Nero 2020-12-15 20:38:48 +00:00
parent c0bd238d54
commit 8c3d61e68d
1 changed files with 1 additions and 1 deletions

View File

@ -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