Skip to content

Commit a449a8d

Browse files
committed
docs: update README.md to reflect new Linux kernel requirements and tested OS versions
- Changed the minimum required Linux kernel version from 5.15.0 to 4.19+ for compatibility. - Added a section listing tested operating systems and their corresponding kernel versions, enhancing clarity for users.
1 parent 7e969f4 commit a449a8d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,19 @@ Shepherd 通过以下机制实现调度延迟监控:
3434

3535
### 环境要求
3636

37-
- Linux 内核版本 >= 5.15.0
37+
- 支持 BTF 的 Linux 内核 4.19+
3838
- 已启用 BTF (Binary Type Format)
3939
- 已安装 LLVM 和 Clang
4040
- Go 1.22 或更高版本
4141

42+
已测试的操作系统和内核版本:
43+
44+
- KylinOS 10 SP3 (ARM64) - kernel 4.19.90
45+
- Ubuntu 24.04 (AMD64) - kernel 6.8.0
46+
- Ubuntu 22.04 (AMD64) - kernel 5.15.0
47+
- Alibaba Cloud Linux OS 3 (AMD64) - kernel 5.10.134-16.3.al8
48+
49+
4250
### 初始化 ClickHouse
4351

4452
```sql

0 commit comments

Comments
 (0)