Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-28668-2608132
OSKernel2024-内存热度感知RUNMAP-3793
Commits
1b00a2a0
Commit
1b00a2a0
authored
3 months ago
by
深藏不blue队
Browse files
Options
Download
Patches
Plain Diff
Update README.md
parent
422fc90e
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
README.md
with
11 additions
and
0 deletions
+11
-0
README.md
+
11
−
0
View file @
1b00a2a0
...
...
@@ -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
```
# 一、项目结构
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets