Skip to content

Commit

Permalink
Makefile: QEMUFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
rouseabout committed Jan 8, 2025
1 parent 35c0925 commit 83b7985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ QEMUFLAGS+=-s -m 128m -no-reboot
QEMUFLAGS+=-debugcon stdio
#QEMUFLAGS+=-S #(wait for debugger connection)
#QEMUFLAGS+=-enable-kvm
QEMUFLAGS+=-d guest_errors
QEMUFLAGS+=-cpu max

ifeq ($(ARCH),x86_64)
all: qemu-linux
Expand Down

0 comments on commit 83b7985

Please sign in to comment.