]> git.proxmox.com Git - mirror_spl-debian.git/blame - README.markdown
Remove spl-x.y.z.zip creation in 'make dist'
[mirror_spl-debian.git] / README.markdown
CommitLineData
1e487540
BB
1The Solaris Porting Layer (SPL) is a Linux kernel module which provides
2many of the Solaris kernel APIs. This shim layer makes it possible to
3run Solaris kernel code in the Linux kernel with relatively minimal
4modification. This can be particularly useful when you want to track
5upstream Solaris development closely and don’t want the overhead of
6maintaining a large patch which converts Solaris primitives to Linux
7primitives.
8
53be2266
BB
9To build packages for your distribution:
10
11$ ./configure
12$ make pkg
13
14Full documentation for building, configuring, and using the SPL can
15be found at: <http://wiki.github.com/behlendorf/spl/>