Commit Graph

19 Commits

Author SHA1 Message Date
Yusheng Zheng
049b40d222 rename README to chinese documents 2024-10-20 07:20:38 +00:00
云微
bbd7b1638d Add more XDP related blogs (#135)
* add setup

* update

* fix code

* move to dir

* fix code

* update the code

* update code of 42

* update 21

* update

* fix linter issues and add xdp in rust

* update the docker file

* fix CI

* fix kernel code

* update

* update

* add guidline
2024-09-26 01:15:42 +00:00
oluceps
b7be8a114d Fix typos (#129)
- typo fixes
2024-08-10 18:31:09 +10:00
Sam Song
500786826d 修改描述中与代码中不一致的方法名 (#128)
代码中使用的是bpf_printk函数,而下面的说明文字中则是bpf_trace_printk函数,按照代码修改描述,防止导致新手的误解。
2024-07-23 18:10:39 +08:00
xianwei zheng
07be755f59 Update aarch64 url link (#100)
* Update helloworld README.md

ecc-aarch64 url

* Update helloworld README_en.md

* Update README.md

* Update README_en.md

---------

Co-authored-by: 云微 <1067852565@qq.com>
2024-01-23 15:11:12 +00:00
Hu Hao
5bd4d221ff Add recommended OS version (#98)
* Update README.md

更新 Ubuntu 版本要求

* Update README.md

* Update README_en.md

---------

Co-authored-by: 云微 <1067852565@qq.com>
2024-01-23 12:13:27 +00:00
云微
fe5b53d6cd Add User ring post (#93)
* update

* update ci

* update link to eunomia.dev

* Update documents
2024-01-20 16:57:48 +00:00
云微
002414f578 Fix some syntax errors and add 17 (#62)
* update link to our website

* rename english title

* add biopattern

* fix too long titles

* fix syntax error

* fix syntax error

* fix intend
2023-08-15 16:14:55 +01:00
云微
7134d52f4e Add link to English Webiste (#60)
* lint eng doc 1-4

* update link to our website

* update link to eng websize

* fix unintentional space
2023-08-15 17:39:25 +08:00
云微
ef9a1d9b47 add English doc (#55)
* add english documents

* docs: add root english README
2023-08-08 15:55:55 +08:00
Reid
3a1acd3379 docs: Update 1-helloworld (#47) 2023-07-22 00:23:39 +08:00
hanbings
f1c9cba2c4 typo and some tips (#42) 2023-06-28 00:41:25 +08:00
云微
a53481d131 fix docker image content and add basic CI check (#41)
Replace
```
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
```
with:
```
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```

Add a basic CI check for the hello world BPF program.
2023-06-15 16:36:22 +08:00
yunwei37
3076cd9a2d Refactor the README 2023-05-30 20:28:21 +08:00
yunwei37
e9fbd43a59 fix document style violations 2023-05-30 20:28:21 +08:00
yunwei37
9ad0b6e8c3 fix the index of tutorial 2023-05-17 15:55:04 +08:00
TenT
fcad798022 fix the parameters (#21)
* fix some pages not found in the README.md

* fix some command parameters not right in Readme.md
2023-04-07 11:02:24 +08:00
云微
8a080f4178 Improve hello world and add template documents (#16)
* rename ecli to ecli run

* improve hello world document

* update template documents

* update bcc link
2023-03-24 02:56:29 +08:00
ocfox
52ae3ae26d feat: deploy static web with mdbook (#11) 2023-03-09 11:36:23 +08:00