summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rettberg2022-02-11 23:54:59 +0100
committerSimon Rettberg2022-02-11 23:54:59 +0100
commit5b7d0541271f4829b505ec01810709e374b73746 (patch)
tree99caff22b8c934f1d30568d5f6e785302c91387c /README.md
parent[CMAKE] Fix finding kernel include dir on Debian (diff)
downloaddnbd3-5b7d0541271f4829b505ec01810709e374b73746.tar.gz
dnbd3-5b7d0541271f4829b505ec01810709e374b73746.tar.xz
dnbd3-5b7d0541271f4829b505ec01810709e374b73746.zip
[KERNEL] Add missing include to fix compile on 4.14.x
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a5af91..a20f00f 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,11 @@ This repository contains the source code for the following dnbd3 components:
- **dnbd3**: Linux kernel module client for dnbd3
- **dnbd3-bench**: Benchmark utility to test dnbd3
- **dnbd3-fuse**: Fuse client for dnbd3
- - **dnbd3-server**: Server to serve virtual disk images for dnbd3
+ - **dnbd3-server**: Server to serve virtual disk images for dnbd3
The dnbd3 components can be built for the following Linux kernel versions and Unix distributions:
+ - Generic/Vanilla Kernel **4.14** – **5.15**
- Archlinux with **Linux kernel 5.15.x** or **5.10.x**
- Raspberry Pi OS with **Linux kernel 5.4.x**
- Ubuntu 20.04 with **Linux kernel 5.4.x**