summaryrefslogtreecommitdiffstats
path: root/system/kqemu/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 17:59:17 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 17:59:17 +0200
commit8f1f2e52a3b7e43bb6fc6af52d0bfe2d185df614 (patch)
treea1eb5220a18007a5ab21a90bbcda6233296bc13b /system/kqemu/README
parent9a13695602322e3c5ebf355be7ad2775ccc05dbc (diff)
downloadslackbuilds-8f1f2e52a3b7e43bb6fc6af52d0bfe2d185df614.tar.gz
slackbuilds-8f1f2e52a3b7e43bb6fc6af52d0bfe2d185df614.tar.xz
system/kqemu: Removed from 12.0 repository
Diffstat (limited to 'system/kqemu/README')
-rw-r--r--system/kqemu/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/system/kqemu/README b/system/kqemu/README
deleted file mode 100644
index b15df8bec1..0000000000
--- a/system/kqemu/README
+++ /dev/null
@@ -1,24 +0,0 @@
-The QEMU Accelerator Module increases the speed of QEMU when a PC is emulated on a PC. It runs most of the target application code directly on the host processor to achieve near native performance. It is very useful when you want to run another Operating System (for example Windows) on a Linux desktop.
-
-With the QEMU Accelerator Module, QEMU can be compared to other commercial or free PC Virtualizers. It has the advantage of being free and to achieve good performances while necessitating no specific guest Operating System modifications.
-
-The QEMU Accelerator used to be a closed source (albeit free to use) product, but starting with the release of 1.3.0pre11 it's license changed to the GPL.
-
-By default the script will build the kqemu kernel module for the currently
-running kernel. If you would like to build the kqemu driver for a different
-kernel version, two things are required:
- 1) kernel source
- 2) run the script as: KERNELVERSION=<version> sh kqemu.SlackBuild
-In place of <version> use only the version, not the full path
- Examples: KERNELVERSION=2.4.33.3 or KERNELVERSION=2.6.18
-The kernel module will then be installed to /lib/modules/<version>/....
-You may use this SlackBuild to build the kqemu module for as many *different*
-kernels as you like and they can be installed alongside each other without
-conflict.
-
-This SlackBuild also comes with a file called "rc.kqemu". This script will load the kernel module and create the /dev/kqemu node so that you can actually use kqemu with QEMU. This script isn't installed by default. To install it so it is run every boot you can either copy its contents to /etc/rc.d/rc.local, or use the script as-is by copying it to /etc/rc.d/, making sure ownership and permissions are correct, and manage it as any other 3rd-party initscript. If you would just like to use it once in a while, you can run it with `sh rc.kqemu`.
-
-Requires:
-
-2.4 or 2.6 series Linux kernel
-qemu >= 0.8.1