From 367577f466d466ebc30df7a5d3d5c9bbd4b8d417 Mon Sep 17 00:00:00 2001 From: gg0 Date: Mon, 17 Mar 2014 12:41:27 +0100 Subject: Move note about qemu crash due to improper 32bit address truncation --- hurd/running/qemu.mdwn | 16 ++++++++-------- 1 file 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. -- cgit v1.2.3 From b531d14ca32d7e6df4d7f818a48b1f90c61bf362 Mon Sep 17 00:00:00 2001 From: gg0 Date: Mon, 17 Mar 2014 13:30:22 +0100 Subject: Add reference to multiboot bug on old qemu --- hurd/running/qemu.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index d9ecf1dc..b6f9f192 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -403,6 +403,7 @@ on their command line... You can also use `--append [...]`, which will show up in `/proc/cmdline`. +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 -- cgit v1.2.3 From 5681727462050b6a6e1472654aecae3fff7c499a Mon Sep 17 00:00:00 2001 From: gg0 Date: Thu, 20 Mar 2014 15:22:38 +0100 Subject: I'd click on Summary first --- microkernel/mach/deficiencies.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3