Remove reserved sectors from generated disk, not needed anymore
This commit is contained in:
parent
c0bd238d54
commit
8c3d61e68d
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user