>From 83d5128ee68a9762f435cd27f9a7b67e1fda0c45 Mon Sep 17 00:00:00 2001 From: Joshua Branson Date: Sat, 15 Dec 2018 10:46:39 -0500 Subject: [PATCH] I changed the command to run the hurd. "kvm" -> "qemu-system-i386" --- hurd/running/debian/qemu_image.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index c25b76ab..b093e8e8 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -20,7 +20,7 @@ Usage: * Unpack it. $ `tar -xz < debian-hurd.img.tar.gz` * Run it - $ `kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22` + $ `qemu-system-i386 -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1: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). * Login as root (the root password is empty) * set up a root password with passwd -- 2.19.2