update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 12 Feb 2005 15:02:03 +0000 (15:02 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 12 Feb 2005 15:02:03 +0000 (15:02 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1287 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index 9c25728b6aa488c00bc67ef49665605a1a48b4cd..d3287a886bb86b4abdc3b0a41a33160c9a0f0dee 100644 (file)
@@ -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