summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-26 05:25:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-26 05:34:52 +0000
commit9ecff41dd11e920286f9be670a0ec3a668371d1d (patch)
tree89c73ab6742847ca5f12056e6c0dd4ec6bbe79d0 /README.md
parentAdding debian version 1.0-1. (diff)
downloadlibnvme-9ecff41dd11e920286f9be670a0ec3a668371d1d.tar.xz
libnvme-9ecff41dd11e920286f9be670a0ec3a668371d1d.zip
Merging upstream version 1.1~rc0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6871238..5ae11f0 100644
--- a/README.md
+++ b/README.md
@@ -18,18 +18,19 @@ The public specification is the authority to resolve any protocol
discrepencies with this library. For more info on NVM Express, please
see:
- http://nvmexpress.org
+ https://nvmexpress.org
Subscribe to linux-nvme@lists.infradead.org for linux-nvme related
discussions and development for both kernel and userspace. The list is
archived here:
- http://lists.infradead.org/mailman/listinfo/linux-nvme
+ https://lists.infradead.org/mailman/listinfo/linux-nvme
# License
Except where otherwise stated, all software contained within this repo
-is currently licensed LGPL, see COPYING for more information.
+is currently licensed LGPL-2.1-or-later, see COPYING for more
+information.
Keith Busch 2020-02-06
@@ -56,6 +57,11 @@ please consult the following sites:
**meson repo**: https://github.com/mesonbuild/meson
+## Dependency
+
+libnvme depends on minimum Linux kernel version v4.15, which
+introduced the /sys/class/nvme-subsystem.
+
## Prerequisite
First, install meson.