diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-11 23:28:29 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2014-03-11 23:29:46 +0100 |
commit | e74a8ccb8c2cf082e82f3acc797dce3c77649488 (patch) | |
tree | 871f9a2335e7d3afae04008e43728bf9689065cc /hurd/running | |
parent | b01d915cb21f7a26b444ded668c9bbeb0384fe73 (diff) |
qemu: fatal: Trying to execute code outside RAM or ROM at 0x000000010010001e
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/qemu.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index c22ab0ac..8c3209de 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -388,6 +388,14 @@ gnumach needs to be uncompressed ld.so.1 /hurd/exec \$(exec-task=task-create)" \ <other_qemu_options> +# `qemu: fatal: Trying to execute code outside RAM or ROM at 0x000000010010001e` + +This is due to a bug in QEMU, where the x86_64 QEMU binary fails to properly +truncate addresses in 32-bit mode. Waiting for [[!message-id +"1386334344-24620-1-git-send-email-agraf@suse.de"]] to be applied and become +generally available, just use the `qemu-system-i386` binary instead. + + # Related Links These are links that users may find helpful. |