QEMU may default to 128MB, that's bad, we need at least 256
This commit is contained in:
parent
324cba6f57
commit
b8d8140530
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ ERRORSS = >>/tmp/.build-errors || util/mk-error
|
||||
BEGRM = util/mk-beg-rm
|
||||
ENDRM = util/mk-end-rm
|
||||
|
||||
EMUARGS = -kernel toaruos-kernel -initrd toaruos-initrd -append "vid=qemu hdd wallpaper=/usr/share/wallpaper.bmp" -serial stdio -vga std -hda toaruos-disk.img
|
||||
EMUARGS = -kernel toaruos-kernel -m 256 -initrd toaruos-initrd -append "vid=qemu hdd wallpaper=/usr/share/wallpaper.bmp" -serial stdio -vga std -hda toaruos-disk.img
|
||||
EMUKVM = -enable-kvm
|
||||
|
||||
.PHONY: all check-toolchain system clean clean-once clean-hard clean-soft clean-docs clean-bin clean-aux clean-core clean-boot install run docs utils
|
||||
|
Loading…
Reference in New Issue
Block a user