diff options
-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. |