Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-26010-2376550
OSKernel2024-GUCyes-1242
Commits
fe52a7ac
Commit
fe52a7ac
authored
1 year ago
by
minicago
Browse files
Options
Download
Patches
Plain Diff
feat: use vm_struct to handle page fault
parent
c1bc041c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
kernel/include/memory_layout.h
+2
-1
kernel/include/memory_layout.h
kernel/include/process.h
+4
-0
kernel/include/process.h
kernel/include/thread.h
+1
-4
kernel/include/thread.h
kernel/include/vmm.h
+9
-2
kernel/include/vmm.h
kernel/process.c
+19
-14
kernel/process.c
kernel/strap.c
+44
-24
kernel/strap.c
kernel/thread.c
+7
-14
kernel/thread.c
kernel/vmm.c
+34
-13
kernel/vmm.c
with
120 additions
and
72 deletions
+120
-72
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