diff options
Diffstat (limited to 'hurd')
-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 3f4d7a0b..4766b2be 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 |