We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make run
1 parent 2affa69 commit df9d5acCopy full SHA for df9d5ac
1 file changed
examples/qemu/Makefile
@@ -55,3 +55,12 @@ ifeq ($(ARCH), amd64)
55
`# redirect all the output to the console` \
56
-nographic
57
endif
58
+ifeq ($(ARCH), ppc64)
59
+ qemu-system-$(ARCH) -M pseries,accel=kvm,kvm-type=HV -nographic -bios $(OUT)
60
+endif
61
+ifeq ($(ARCH), ppc64le)
62
63
64
65
66
0 commit comments