summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rettberg2023-06-09 10:45:48 +0200
committerSimon Rettberg2023-06-09 10:45:48 +0200
commit99cf3e1faef65d2c8d9aceb339d3d5f2311aa5b2 (patch)
tree4807d78954f837ad6affdc1c7cfaa556df932b4d /README.md
parentCleanup FindKernel cmake macros, add more error checks (diff)
downloaddnbd3-99cf3e1faef65d2c8d9aceb339d3d5f2311aa5b2.tar.gz
dnbd3-99cf3e1faef65d2c8d9aceb339d3d5f2311aa5b2.tar.xz
dnbd3-99cf3e1faef65d2c8d9aceb339d3d5f2311aa5b2.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f80ddb8..ebf1aea 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@ This repository contains the source code for the following dnbd3 components:
- **dnbd3-fuse**: Fuse client 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:
+The dnbd3 components have been built/tested on the following Linux kernel versions and Unix distributions:
- - Generic/Vanilla Kernel **4.9** to **5.18**
- - Archlinux with **Linux kernel 5.15.x** or **5.10.x**
+ - Generic/Vanilla Kernel **4.9** to **6.1**
+ - Archlinux with **Linux kernel 5.15.x** or **6.1.x**
- Raspberry Pi OS with **Linux kernel 5.4.x**
- Ubuntu 20.04 with **Linux kernel 5.4.x**
- Ubuntu 18.04 with **Linux kernel 4.19.x**