diff options
Diffstat (limited to 'system/qemu/README')
-rw-r--r-- | system/qemu/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/qemu/README b/system/qemu/README index 6b44670759..32d9ebc6e6 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -9,3 +9,7 @@ executing the guest code directly on the host CPU. A host driver called the QEMU accelerator (also known as KQEMU) is needed in this case. The virtualizer mode requires that both the host and guest machine use x86 compatible processors. + +NOTE: +qemu builds man-pages at compile-time; to do so, /sbin must be in the +current $PATH. Be sure to run the script as root ( "su -" ). |