diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-12 15:02:03 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-12 15:02:03 +0000 |
commit | 0443eaf6aeea33b91c0c7bdc54f9c37157edf527 (patch) | |
tree | 6669708154de0a276a219491dc113eee1700c2d1 /qemu-doc.texi | |
parent | 9117a4ab9178e97e74149aab0dce6a3ce342a123 (diff) | |
download | qemu-0443eaf6aeea33b91c0c7bdc54f9c37157edf527.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1287 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9c25728b6a..d3287a886b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1161,6 +1161,12 @@ tar zxvf qemu-x.y.z.tar.gz cd qemu-x.y.z @end example +If you want to use the optional QEMU Accelerator Module, then download +it and install it in qemu-x.y.z/: +@example +tar zxvf /tmp/kqemu-x.y.z.tar.gz +@end example + Then you configure QEMU and build it (usually no options are needed): @example ./configure @@ -1226,7 +1232,7 @@ following in @file{/etc/rc.d/rc.local}: @example # Create the KQEMU device -mknod /dev/kqemu c 254 0 +mknod /dev/kqemu c 250 0 chmod 666 /dev/kqemu @end example |