Skip to content

Commit

Permalink
Increase VM memory when running qemu-memfs
Browse files Browse the repository at this point in the history
Presumably because of the pre-loaded file system, the default RAM is
insufficient when running kernelmemfs
  • Loading branch information
aclements committed Oct 3, 2014
1 parent 8e54196 commit 41f16c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ qemu: fs.img xv6.img
$(QEMU) -serial mon:stdio $(QEMUOPTS)

qemu-memfs: xv6memfs.img
$(QEMU) xv6memfs.img -smp $(CPUS)
$(QEMU) xv6memfs.img -smp $(CPUS) -m 256

qemu-nox: fs.img xv6.img
$(QEMU) -nographic $(QEMUOPTS)
Expand Down

0 comments on commit 41f16c2

Please sign in to comment.