Drop debug.drv, rework debug rom instead

This commit is contained in:
Nero 2020-05-12 20:47:34 +00:00
parent 2569dde385
commit c8adeb35d2
4 changed files with 159 additions and 396 deletions

View file

@ -73,10 +73,6 @@ 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