|
@ -211,7 +211,8 @@ qemu-mon: $(UCOREIMG) |
|
|
$(V)$(QEMU) -no-reboot -monitor stdio -hda $< -serial null |
|
|
$(V)$(QEMU) -no-reboot -monitor stdio -hda $< -serial null |
|
|
qemu: $(UCOREIMG) |
|
|
qemu: $(UCOREIMG) |
|
|
$(V)$(QEMU) -no-reboot -parallel stdio -hda $< -serial null |
|
|
$(V)$(QEMU) -no-reboot -parallel stdio -hda $< -serial null |
|
|
|
|
|
|
|
|
|
|
|
log: $(UCOREIMG) |
|
|
|
|
|
$(V)$(QEMU) -no-reboot -d int,cpu_reset -D q.log -parallel stdio -hda $< -serial null |
|
|
qemu-nox: $(UCOREIMG) |
|
|
qemu-nox: $(UCOREIMG) |
|
|
$(V)$(QEMU) -no-reboot -serial mon:stdio -hda $< -nographic |
|
|
$(V)$(QEMU) -no-reboot -serial mon:stdio -hda $< -nographic |
|
|
TERMINAL :=gnome-terminal |
|
|
TERMINAL :=gnome-terminal |
|
|