mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Increase qemu memory size
This commit is contained in:
parent
cc8b991b99
commit
1aeec04da7
@ -1,6 +1,6 @@
|
||||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(ARCH)
|
||||
QEMUFLAGS=-serial mon:stdio -d cpu_reset -d guest_errors
|
||||
QEMUFLAGS+=-smp 4 -m 1024
|
||||
QEMUFLAGS+=-smp 4 -m 2048
|
||||
ifeq ($(iommu),yes)
|
||||
QEMUFLAGS+=-machine q35,iommu=on
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user