diff options
author | gg0 <gg0@web> | 2014-03-17 12:41:27 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2014-03-17 12:41:27 +0100 |
commit | 367577f466d466ebc30df7a5d3d5c9bbd4b8d417 (patch) | |
tree | 66d4506b39d7e8b4e6656bdbf261324cae77ef09 | |
parent | 9315421090088924c66a8f6e97ee3e0105d17617 (diff) |
Move note about qemu crash due to improper 32bit address truncation
-rw-r--r-- | hurd/running/qemu.mdwn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index 5a13a655..d9ecf1dc 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -200,6 +200,14 @@ If you have problems with grub hanging during boot with the vmware vga driver: D uncomment GRUB_TERMINAL=console $ /usr/sbin/update-grub +### `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. +See [[!debbug 719633]] + ### A few words about the qemu console During the graphical emulation, you can use the following keys: @@ -396,14 +404,6 @@ on their command line... You can also use `--append [...]`, which will show up in `/proc/cmdline`. -# `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. |