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
是的我们是有一个OS
proj0-LZUOSLab
Commits
4cc50b7e
Commit
4cc50b7e
authored
4 years ago
by
Kong Jun
Browse files
Options
Download
Patches
Plain Diff
Finish fork()
parent
ce1108ea
process
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
os/lab5/include/mm.h
+3
-1
os/lab5/include/mm.h
os/lab5/include/sched.h
+68
-16
os/lab5/include/sched.h
os/lab5/include/syscall.h
+12
-89
os/lab5/include/syscall.h
os/lab5/init/entry.s
+3
-3
os/lab5/init/entry.s
os/lab5/init/main.c
+5
-0
os/lab5/init/main.c
os/lab5/kernel/sched.c
+106
-105
os/lab5/kernel/sched.c
os/lab5/kernel/syscall.c
+94
-2
os/lab5/kernel/syscall.c
os/lab5/kernel/trap.c
+167
-168
os/lab5/kernel/trap.c
os/lab5/kernel/trapentry.s
+1
-0
os/lab5/kernel/trapentry.s
os/lab5/mm/memory.c
+66
-53
os/lab5/mm/memory.c
with
525 additions
and
437 deletions
+525
-437
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