summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-07 18:03:25 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-07 18:03:25 +0200
commitabba3187fc4ac190b537f6f970c76fd172b808ba (patch)
tree6437adff6a420c9c71216f872f47d69853b7b875
parent1d2aed833521888f30688f66a3779f74444866f1 (diff)
Revert "Edited"
This reverts commit 4c5f340561b1ec72fa788bdc42d4743b96b9bd39. If, then all QEMU invocation commands should be changed, with a rationale, not just a single one. KVM usage is preferred, and qemu-kvm is suggested to be installed just above.
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 601d0714..b5ff6f3c 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -175,7 +175,7 @@ I'll have to think about it some more.
* Install qemu-kvm via your distros packages.
* Download the [qemu image](http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz): `wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz`
* Unpack it: `tar xf debian-hurd.img.tar.gz`
-* Run it: `qemu-system-i386 -m 512 -no-kvm-irqchip -drive cache=writeback,index=0,media=disk,file=debian-hurd.img` # …irq… is a currently necessary fix due to some changes in Linux. Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ).
+* Run it: `qemu-kvm -m 512 -no-kvm-irqchip -drive cache=writeback,index=0,media=disk,file=debian-hurd.img` # …irq… is a currently necessary fix due to some changes in Linux. Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ).
* login as root
* `apt-get update`
* `apt-get install -y git mercurial emacs vim`