Make dprintf the default debugging facility
這個提交存在於:
父節點
626b7e5624
當前提交
d6b5792ff7
共有 2 個檔案被更改,包括 161 行新增 和 2 行删除
4
Makefile
4
Makefile
|
@ -18,7 +18,7 @@ QEMU_ARGS += --enable-kvm
|
|||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
ROMS += debug.rom
|
||||
ROMS += dprintf.rom
|
||||
NASM_ARGS += -l $(basename $@).lst
|
||||
endif
|
||||
|
||||
|
@ -65,7 +65,7 @@ fate.bs: boot/fat.asm
|
|||
$(NASM) $(NASM_ARGS) -DFAT16 -DLBA -DLARGE -o $@ $<
|
||||
|
||||
# BIOS option roms
|
||||
%.rom: rom/%.asm %/*.asm utils/fix-rom
|
||||
%.rom: rom/%.asm utils/fix-rom
|
||||
$(NASM) $(NASM_ARGS) -o $@ $< && utils/fix-rom $@
|
||||
|
||||
fdimage.img: fat1.bs $(DISTFILES)
|
||||
|
|
載入中…
新增表格
新增連結
新增問題並參考