Commit 1b00a2a0 authored by 深藏不blue队's avatar 深藏不blue队
Browse files

Update README.md

parent 422fc90e
No related merge requests found
Showing with 11 additions and 0 deletions
+11 -0
......@@ -16,6 +16,17 @@
本实验基于linux 5.15.114版本,内核源代码来源:https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.114.tar.gz
RUNMAP.patch为修改的所有代码的记录。
# 下载 Linux 内核源代码
$ wget https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.114.tar.gz
# 解压下载的 tar.gz 文件
$ tar zxvf linux-5.15.114.tar.gz
# 进入解压后的内核源代码目录
$ cd linux-5.15.114/
# 应用补丁文件 RUNMAP.patch
$ git apply ../RUNMAP.patch
```
# 一、项目结构
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment