mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Change the x86_64 target to single-core on QEMU
This commit is contained in:
parent
0aec2332db
commit
5203db8829
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user