diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-21 01:34:05 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-21 01:34:05 +0100 |
| commit | 778f1f63f71c531a3ece67b743a898beb1742b0c (patch) | |
| tree | 06ba300b5cdfe31bcfbd6a4bb8f07e6331bc863a /hurd | |
| parent | bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9 (diff) | |
| parent | 5681727462050b6a6e1472654aecae3fff7c499a (diff) | |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/running/qemu.mdwn | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index 5a13a655..b6f9f192 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: @@ -395,14 +403,7 @@ 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. - +Command line above crashes with old qemu versions, for instance qemu 1.1.2 on Debian Wheezy, fixed by upgrading to wheezy-backports currently qemu 1.7.0, see [[!debbug 741873]] # Related Links |
