summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRibbon <ribbon_45@proton.me>2024-02-10 09:10:47 +0000
committerRibbon <ribbon_45@proton.me>2024-02-10 09:10:47 +0000
commit5203db8829a38dd2abed52555a50af9045a1e47c (patch)
tree255e616c33baa694583c1871b8c77f4e8bd9c8e9
parent0aec2332db9ce84b016adeaf83128f294ea1bf69 (diff)
Change the x86_64 target to single-core on QEMUsingle-core
-rw-r--r--mk/qemu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/qemu.mk b/mk/qemu.mk
index 46a6bb3..5421eba 100644
--- a/mk/qemu.mk
+++ b/mk/qemu.mk
@@ -18,7 +18,7 @@ else ifeq ($(ARCH),x86_64)
QEMU_MACHINE?=q35
QEMU_CPU?=core2duo
QEMU_EFI=/usr/share/OVMF/OVMF_CODE.fd
- QEMUFLAGS+=-smp 4 -m 2048
+ QEMUFLAGS+=-smp 1 -m 2048
else ifeq ($(ARCH),aarch64)
efi=yes
live=yes