Use 0x402 for qemu debugging
This commit is contained in:
parent
98b3a22a20
commit
84b66dba99
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(ARCH)
|
||||
QEMUFLAGS=-serial mon:stdio -d cpu_reset -d guest_errors
|
||||
QEMUFLAGS=-d cpu_reset -d guest_errors
|
||||
QEMUFLAGS+=-smp 4 -m 2048
|
||||
QEMUFLAGS+=-chardev stdio,id=debug -device isa-debugcon,iobase=0x402,chardev=debug
|
||||
ifeq ($(iommu),yes)
|
||||
QEMUFLAGS+=-machine q35,iommu=on
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue