From 38a6c4e7e5631f44449d154d20b3aee1b02c85b1 Mon Sep 17 00:00:00 2001 From: Joshua Branson Date: Mon, 29 Oct 2018 14:20:54 -0400 Subject: I fixed two misspellings. I combined the information in the "instant development environment" and the running the hurd in qemu page. --- contributing.mdwn | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index cf812b17..45460f6f 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -177,12 +177,11 @@ I'll have to think about it some more. *This is a very brief guide to get your development environment set up. Pester ArneBab @ irc.freenode.net on IRC if something does not work :)* ([[!taglink open_issue_documentation]]) -* Install qemu-kvm via your distros packages. -* Download the [qemu image](https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz): `wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz` -* Unpack it: `tar xf debian-hurd.img.tar.gz` -* Run it: `kvm -m 512 -drive cache=writeback,file=debian-hurd.img -redir tcp:2222::22` # 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 -* set a root password with `passwd` + +First run the hurd in [[qemu|hurd/running/qemu#index1h2]] + +After you have a Hurd vm set up and running: + * `apt-get update` * `apt-get install -y git mercurial emacs vim` * `apt-get build-dep -y hurd gnumach` -- cgit v1.2.3