]> git.proxmox.com Git - mirror_spl.git/blame - README.markdown
When checking for symbol exports, try compiling.
[mirror_spl.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
d5fcc5f5
BB
11 $ ./configure
12 $ make pkg
53be2266
BB
13
14Full documentation for building, configuring, and using the SPL can
4bc4f6d8 15be found at: <http://zfsonlinux.org>