diff options
-rw-r--r-- | hurd/running/qemu.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index aea20ae8..67a1be7c 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -58,6 +58,8 @@ Check if your CPU supports kvm: #### If you don't have hardware support (slow): $ apt-get install qemu +Do not enable kernel-kqemu, as that assumes some particular behavior from the guest kernel, which we are reluctant to artificially add to gnumach. + #### If you have hardware support (recommended): $ apt-get install qemu-kvm $ modprobe kvm |