Bump default QEMU memory to 1GB

This commit is contained in:
Kevin Lange 2012-09-14 21:53:04 -07:00
parent ee875440a0
commit 127b24a686
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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