diff options
author | Tanguy LE CARROUR <tanguy@bioneland.org> | 2012-02-07 10:24:39 +0100 |
---|---|---|
committer | Tanguy LE CARROUR <tanguy@bioneland.org> | 2012-02-07 10:24:39 +0100 |
commit | c359541fd44c7ced8ec8958fb84fa54635bd723a (patch) | |
tree | 7143aa3cf9e078ae7618c3764c9eff5ffb8650e8 | |
parent | ace95019ae33f409647598d61fe979c24faf0564 (diff) | |
parent | 9ec7309c5ea2d8e796984103d89df03bb7b29cb8 (diff) |
Merge branch 'master' of flubber:~hurd-web/hurd-web
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 825239e1..97ae450b 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -146,7 +146,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-kvm debian-hurd.img -m 512 -no-kvm-irqchip` # …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) +* Run it: `qemu-kvm debian-hurd.img -m 512 -no-kvm-irqchip` # …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` |