diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnPVlFCNhx5RqbQObC-rf6wLLHj0WIvZvk <@web> | 2012-02-04 12:29:48 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2012-02-04 12:29:48 +0100 |
commit | 9ec7309c5ea2d8e796984103d89df03bb7b29cb8 (patch) | |
tree | 8d275913a82c06e1fdfed191635021986a16f9e8 | |
parent | d8dacac1f72b24ebe741c3d98d0152150dec1edf (diff) |
added link to kvm FAQ
-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` |