Compare commits

...
This repository has been archived on 2024-03-14. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Ribbon 5203db8829 Change the x86_64 target to single-core on QEMU 2024-02-10 09:10:47 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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