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
焦晓宇
WCjrCKOS
Commits
a230db37
Commit
a230db37
authored
4 years ago
by
陆思彤
Browse files
Options
Download
Patches
Plain Diff
Add kernel page table for every proc.
parent
a3751519
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
Makefile
+2
-2
Makefile
kernel/include/proc.h
+1
-0
kernel/include/proc.h
kernel/include/vm.h
+3
-0
kernel/include/vm.h
kernel/proc.c
+24
-11
kernel/proc.c
kernel/virtio_disk.c
+3
-1
kernel/virtio_disk.c
kernel/vm.c
+124
-2
kernel/vm.c
xv6-user/test.c
+7
-4
xv6-user/test.c
with
164 additions
and
20 deletions
+164
-20
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