Bump default QEMU memory to 1GB
This commit is contained in:
parent
ee875440a0
commit
127b24a686
@ -1,6 +1,8 @@
|
||||
language: c
|
||||
script: ./.build-travis.sh
|
||||
notifications:
|
||||
irc: "irc.freenode.org#toaruos"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#toaruos"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ ERRORSS = >>/tmp/.`whoami`-build-errors || util/mk-error
|
||||
BEGRM = util/mk-beg-rm
|
||||
ENDRM = util/mk-end-rm
|
||||
|
||||
EMUARGS = -kernel toaruos-kernel -m 256 -serial stdio -vga std -hda toaruos-disk.img -k en-us -no-frame
|
||||
EMUARGS = -kernel toaruos-kernel -m 1024 -serial stdio -vga std -hda toaruos-disk.img -k en-us -no-frame
|
||||
EMUKVM = -enable-kvm
|
||||
|
||||
H=hdd/bin
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Set some defaults
|
||||
RESOLUTION="1024x768"
|
||||
ENABLE_KVM=true
|
||||
EMU_MEMORY=256
|
||||
EMU_MEMORY=1024
|
||||
FULLSCREEN=false
|
||||
ENABLE_SERIAL=true
|
||||
ENABLE_GRAPHICS=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user