From 91120e43bf8d5a192d838b1609cfc8c5390308cb Mon Sep 17 00:00:00 2001 From: oluceps Date: Sat, 10 Aug 2024 02:41:24 +0800 Subject: [PATCH] Fix typos in 1-helloworld --- src/1-helloworld/README.md | 2 +- src/1-helloworld/README_en.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/1-helloworld/README.md b/src/1-helloworld/README.md index ecf8abcf..9d016c2c 100644 --- a/src/1-helloworld/README.md +++ b/src/1-helloworld/README.md @@ -166,7 +166,7 @@ $ sudo su 面对创建一个 eBPF 项目,您是否对如何开始搭建环境以及选择编程语言感到困惑?别担心,我们为您准备了一系列 GitHub 模板,以便您快速启动一个全新的eBPF项目。只需在GitHub上点击 `Use this template` 按钮,即可开始使用。 - :基于C语言和 libbpf 框架的eBPF项目模板 -- :基于C语言和cilium/ebpf框架的eBPF项目模板 +- :基于Go语言和cilium/ebpf框架的eBPF项目模板 - :基于Rust语言和libbpf-rs框架的eBPF项目模板 - :基于C语言和eunomia-bpf框架的eBPF项目模板 diff --git a/src/1-helloworld/README_en.md b/src/1-helloworld/README_en.md index 765492ea..cbc7a86c 100644 --- a/src/1-helloworld/README_en.md +++ b/src/1-helloworld/README_en.md @@ -16,7 +16,7 @@ Before starting to write eBPF programs, we need to prepare a suitable developmen To develop eBPF programs, you need to install the following software and tools: -- Linux kernel: Since eBPF is a kernel technology, you need to have a relatively new version of the Linux kernel (minimium version 4.8 and above, suggested version is 5.15+ or 6.2+) to support eBPF functionality. +- Linux kernel: Since eBPF is a kernel technology, you need to have a relatively new version of the Linux kernel (minimum version 4.8 and above, suggested version is 5.15+ or 6.2+) to support eBPF functionality. - If possible, install a new version of Ubuntu (e.g. 23.10) would be better. - LLVM and Clang: These tools are used to compile eBPF programs. Installing the latest version of LLVM and Clang ensures that you get the best eBPF support. @@ -166,7 +166,7 @@ Tracepoints are a kernel static instrumentation technique, technically just trac When faced with creating an eBPF project, are you confused about how to set up the environment and choose a programming language? Don't worry, we have prepared a series of GitHub templates to help you quickly start a brand new eBPF project. Just click the `Use this template` button on GitHub to get started. - : eBPF project template based on the C language and libbpf framework. -- : eBPF project template based on the C language and cilium/ebpf framework. +- : eBPF project template based on the Go language and cilium/ebpf framework. - : eBPF project template based on the Rust language and libbpf-rs framework. - : eBPF project template based on the C language and eunomia-bpf framework.