diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-12 13:54:25 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-12 13:54:25 +0200 |
commit | d72694b33a81919368365da2c35d5b4a264648e0 (patch) | |
tree | b625a7189e69ed10b863b3f1c1ae07a12615d1a7 /contributing.mdwn | |
parent | bc642c08945c850f04ac41c0d42ea06d7cf08f5a (diff) | |
download | web-d72694b33a81919368365da2c35d5b4a264648e0.tar.gz web-d72694b33a81919368365da2c35d5b4a264648e0.tar.bz2 web-d72694b33a81919368365da2c35d5b4a264648e0.zip |
hurd/running/qemu/writeback_caching: New.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 97ae450b..2f786e9f 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2006, 2007, 2008, 2009, 2010, 2011 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free +Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -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). 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` |