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 | |
parent | bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9 (diff) | |
parent | 5681727462050b6a6e1472654aecae3fff7c499a (diff) | |
download | web-778f1f63f71c531a3ece67b743a898beb1742b0c.tar.gz web-778f1f63f71c531a3ece67b743a898beb1742b0c.tar.bz2 web-778f1f63f71c531a3ece67b743a898beb1742b0c.zip |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
-rw-r--r-- | hurd/running/qemu.mdwn | 17 | ||||
-rw-r--r-- | microkernel/mach/deficiencies.mdwn | 2 |
2 files changed, 10 insertions, 9 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 diff --git a/microkernel/mach/deficiencies.mdwn b/microkernel/mach/deficiencies.mdwn index 4cd4131f..8242e0bd 100644 --- a/microkernel/mach/deficiencies.mdwn +++ b/microkernel/mach/deficiencies.mdwn @@ -11,7 +11,7 @@ License|/fdl]]."]]"""]] [[!tag open_issue_documentation open_issue_gnumach]] -[[!toc]] +[[!toc levels=2]] # Deficiencies |