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-xv6-riscv-k210-3625
Commits
e5b4b4f1
Commit
e5b4b4f1
authored
4 months ago
by
root
Browse files
Options
Download
Patches
Plain Diff
上传代码
parent
4cd05220
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
.vscode/launch.json
+40
-0
.vscode/launch.json
.vscode/settings.json
+7
-0
.vscode/settings.json
.vscode/tasks.json
+34
-0
.vscode/tasks.json
Makefile
+4
-4
Makefile
doc/2024_内存管理.md
+283
-0
doc/2024_内存管理.md
kernel/include/proc.h
+53
-40
kernel/include/proc.h
kernel/include/vm.h
+53
-28
kernel/include/vm.h
kernel/proc.c
+192
-162
kernel/proc.c
kernel/vm.c
+364
-153
kernel/vm.c
with
1030 additions
and
387 deletions
+1030
-387
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