mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-11-14 03:56:09 +01:00
refactor Makefile for debugging
This commit is contained in:
parent
c5df463132
commit
2575ccd93f
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ run: $(NVME_SYS)
|
||||
.PHONY: run
|
||||
|
||||
debug: $(NVME_SYS)
|
||||
$(QEMU) -s -S -kernel KERNEL.MNT -m $(MEMORY) -fda $(IMAGE) -boot a -drive file=$(DRIVE),if=none,id=nvm -device nvme,serial=deadbeef,drive=nvm
|
||||
$(QEMU) -s -m $(MEMORY) -fda $(IMAGE) -boot a -drive file=$(DRIVE),if=none,id=nvm -device nvme,serial=deadbeef,drive=nvm
|
||||
.PHONY: debug
|
||||
|
||||
$(NVME_SYS): $(NVME_ASM) $(NVME_INC)
|
||||
|
Loading…
Reference in New Issue
Block a user