Drop debug.drv, rework debug rom instead
This commit is contained in:
parent
2569dde385
commit
c8adeb35d2
4 changed files with 159 additions and 396 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue