Increase memory
This commit is contained in:
parent
c27962fd7c
commit
ba2d97ca01
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -61,7 +61,7 @@ qemu: $(KBUILD)/harddrive.bin
|
|||
$(QEMU) $(QEMUFLAGS) -kernel $<
|
||||
else
|
||||
LD=ld
|
||||
QEMUFLAGS+=-machine q35 -smp 4 -m 256
|
||||
QEMUFLAGS+=-machine q35 -smp 4 -m 1024
|
||||
ifneq ($(kvm),no)
|
||||
QEMUFLAGS+=-enable-kvm -cpu host
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue