diff options
Diffstat (limited to 'system/virtualbox-kernel/README')
-rw-r--r-- | system/virtualbox-kernel/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/virtualbox-kernel/README b/system/virtualbox-kernel/README new file mode 100644 index 0000000000..5b3b689fcd --- /dev/null +++ b/system/virtualbox-kernel/README @@ -0,0 +1,11 @@ +This is the suplementary kernel driver for the VirtualBox +virtualisation environment. + +To build the package for a kernel different from the running one, +start the script setting the KERNEL variable as in + KERNEL=2.6.27.7 ./virtualbox-kernel.SlackBuild + +If you want to build a kernel module for an other virtualbox version +you can use the included "virtualbox-kernel-mksrctarball.sh" which will +generate the needed source package for you. You will need to have +the coresponding virtualbox-ose version already installed. |