Dummy for loading rdos drvs via option rom

This commit is contained in:
Nero 2020-05-11 20:48:46 +00:00
parent 1b42f1a480
commit efb5ad146c
2 changed files with 47 additions and 0 deletions

View file

@ -73,6 +73,10 @@ fate.bs: boot/fat.asm
%.rom: rom/%.asm utils/fix-rom
$(NASM) $(NASM_ARGS) -o $@ $< && utils/fix-rom $@
# rdos drivers
%.drv: driver/%.asm
$(NASM) $(NASM_ARGS) -o $@ $<
fdimage.img: fat1.bs $(DISTFILES)
mformat -C -i $@ -f $(FLOPPY) -B fat1.bs ::
mmd -i $@ ::rdos