mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Remove no-reboot from qemu flags
This commit is contained in:
parent
2ef580043f
commit
1a0afdca45
@ -28,7 +28,7 @@ $(error Unsupported ARCH for QEMU "$(ARCH)"))
|
||||
endif
|
||||
|
||||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
||||
QEMUFLAGS+=-d cpu_reset,guest_errors -no-reboot
|
||||
QEMUFLAGS+=-d cpu_reset,guest_errors
|
||||
ifeq ($(serial),no)
|
||||
QEMUFLAGS+=-chardev stdio,id=debug -device isa-debugcon,iobase=0x402,chardev=debug
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user