diff options
author | Marcin Szychowski <szycha@gmail.com> | 2017-12-30 09:42:29 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:56:01 +0700 |
commit | bb843c9fe2c11501839fd7cec6ae39a223d65e40 (patch) | |
tree | d14b885608299d980df8f46e1a5ce8c5649f1f5a /system/spl-solaris/README | |
parent | 25b4599354f1c6328a8e0af43a95a54d1227467b (diff) | |
download | slackbuilds-bb843c9fe2c11501839fd7cec6ae39a223d65e40.tar.gz |
system/spl-solaris: Updated for version 0.7.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/spl-solaris/README')
-rw-r--r-- | system/spl-solaris/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/spl-solaris/README b/system/spl-solaris/README index f08d1afbf1..bda1ca4944 100644 --- a/system/spl-solaris/README +++ b/system/spl-solaris/README @@ -1,7 +1,7 @@ The Solaris Porting Layer (SPL) is a Linux kernel module which -provides many of the Solaris kernel APIs. -This shim layer makes it possible to run Solaris kernel code in the -Linux kernel with relatively minimal modification. +provides many of the Solaris kernel APIs. This shim layer makes +it possible to run Solaris kernel code in the Linux kernel with +relatively minimal modification. This can be particularly useful when you want to track upstream Solaris development closely and do not want the overhead of @@ -15,5 +15,5 @@ This package is kernel dependent, so you'll need to recompile it for every new kernel you choose to run. If you're building this for a kernel that isn't currently running, -you'll need to pass what that kernel's 'uname -a' output will be -to the KERN variable when running the script, e.g. KERN=4.14.9 +you'll need to pass what that kernel's 'uname -r' output will be +to the KERN variable when running the build script, e.g. KERN=4.14.9 |