From 1bd8928495755f82d95ad2177d85b3bb449de858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=BD=E6=B1=87=E7=BC=96=E9=98=9F?= <1771330667@qq.com> Date: Sun, 5 Jun 2022 23:26:53 +0800 Subject: [PATCH] Update README.md --- README.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f358175c..fe77c867d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,74 @@ https://time.geekbang.org/column/intro/100104501?tab=catalog ## 文件结构 -主è¦å¯¹``å’Œ`` 文件进行了修改,实现了通过Mapå…±äº«å†…æ ¸æ€ä¸Žç”¨æˆ·æ€æ•°æ® +主è¦å¯¹`xdp_ip_tracker_user.c`å’Œ`xdp_ip_tracker_kern.c` 文件进行了修改,实现了通过Mapå…±äº«å†…æ ¸æ€ä¸Žç”¨æˆ·æ€æ•°æ® +├── arch +├── block +├── certs +├── COPYING +├── CREDITS +├── crypto +├── Documentation +├── drivers +├── dropped.txt +├── fs +├── include +├── init +├── ipc +├── Kbuild +├── Kconfig +├── kernel +├── lib +├── LICENSES +├── MAINTAINERS +├── Makefile +├── mm +├── net +├── project788067-124724 +├── README +├── samples +| | +| ├── auxdisplay +| ├── binderfs +| ├── bpf +| ├── configfs +| ├── connector +| ├── hidraw +| ├── hw_breakpoint +| ├── Kconfig +| ├── kdb +| ├── kfifo +| ├── kobject +| ├── kprobes +| ├── livepatch +| ├── Makefile +| ├── mei +| ├── mic +| ├── pidfd +| ├── pktgen +| ├── qmi +| ├── rpmsg +| ├── seccomp +| ├── timers +| ├── trace_events +| ├── trace_printk +| ├── uhid +| ├── v4l +| ├── vfio-mdev +| ├── vfs +| └── watchdog +├── scripts +├── security +├── snapcraft.yaml +├── sound +├── tools +├── ubuntu +├── Ubuntu.md +├── update-dkms-versions +├── update-version-dkms +├── usr +└── virt + ``` # 清空编译文件 -- GitLab