Support higher RAM sizes for x86

This commit is contained in:
Jeremy Soller 2022-08-23 15:42:50 -06:00
parent fca8e7605a
commit fefa5b2117

View file

@ -2,9 +2,8 @@ ifeq ($(ARCH),i686)
QEMU_ARCH=i386
QEMU_MACHINE=q35
QEMU_CPU=pentium2
#TODO: support higher RAM sizes
#TODO: support higher CPU counts
QEMUFLAGS=-smp 1 -m 512
QEMUFLAGS=-smp 1 -m 2048
else ifeq ($(ARCH),x86_64)
QEMU_ARCH=x86_64
QEMU_MACHINE=q35