diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-16 02:48:20 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-16 02:48:20 +0100 |
commit | 42dd602da74c39493889441567028e7f497ecf02 (patch) | |
tree | 75a43462634c6f7e6c5345b02432eff36593fcd1 | |
parent | 7a45cd11f532194ac60fbc49ec5fe72f1476ecfe (diff) |
use kvm, not qemu
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index af22de13..6e9efee2 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -16,7 +16,9 @@ Usage: $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ qemu -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) + $ kvm -m 512 -drive cache=writeback,file=$(echo debian-hurd-*.img) + +Please also read the README file: <http://people.debian.org/~sthibault/hurd-i386/README> If you have troubles extracting the image, you can use the gz version <http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.gz>, |