diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-09 02:09:32 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-09 02:09:32 +0200 |
commit | 1f6eff67b7e512deb3aea6a28cb83486965d3e55 (patch) | |
tree | 3dfd0c9e8eb36c165c771def8aaa65cc82a98708 | |
parent | 31733b3eec44aafa94202eab8cc0e322e7827e98 (diff) | |
download | web-1f6eff67b7e512deb3aea6a28cb83486965d3e55.tar.gz web-1f6eff67b7e512deb3aea6a28cb83486965d3e55.tar.bz2 web-1f6eff67b7e512deb3aea6a28cb83486965d3e55.zip |
Drop -no-kvm-irqchip, we don't have the issue without it any more, and it actually seems to pose other problems
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 4674713e..92b1cc9b 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -180,7 +180,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 -m 512 -no-kvm-irqchip -drive cache=writeback,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 -drive cache=writeback,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` |