aboutsummaryrefslogtreecommitdiff
path: root/run-qemu
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-29 22:26:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-29 22:26:31 +0000
commit10d61b865db88ebb39549a5988e74b8393cc2911 (patch)
treed78ba28515fbcefa5bfdd56879de6feb392ea8e6 /run-qemu
parent51c53da5e5dcdffd0dad52daa368efe421752fea (diff)
downloadlh-bootstrap-10d61b865db88ebb39549a5988e74b8393cc2911.tar.xz
And *now* everything boots again.
Diffstat (limited to 'run-qemu')
-rwxr-xr-xrun-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-qemu b/run-qemu
index 13cf9cf..9c76006 100755
--- a/run-qemu
+++ b/run-qemu
@@ -5,7 +5,7 @@ if test -n "$CONSOLE" ; then
fi
case "$QEMU_ARCH" in
- arm) cpuoption="-M virt -cpu cortex-a15" ;;
+ arm) cpuoption="-machine virt,highmem=off -cpu cortex-a15" ;;
aarch64) cpuoption="-M virt -cpu cortex-a57" ;;
x86_64) cpuoption="-M pc -cpu qemu64"
esac