qemu defaults to 128 MiB of RAM, which has been found to not necessarily be enough for booting the system, at least on amd64 and armv7
Add a sensible -m 512 to the examples so that they'll work out of the box in the general case.
Differential D14234
Teach nanobsd about armv7, add -m to qemu invocations kevans on Feb 7 2018, 2:49 AM. Authored by Tags None Referenced Files
Subscribers
Details
qemu defaults to 128 MiB of RAM, which has been found to not necessarily be enough for booting the system, at least on amd64 and armv7 Add a sensible -m 512 to the examples so that they'll work out of the box in the general case.
Diff Detail
Event TimelineComment Actions I have a few of these that conflict a little, but go ahead and commit these and I'll sort that all out. |