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
吴依凡
oskernel-2024
Commits
42efa9b5
Commit
42efa9b5
authored
8 months ago
by
吴依凡
Browse files
Options
Download
Patches
Plain Diff
add clone exit wait fork
parent
39edbf2b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
kernel/include/initcode.h
+89
-84
kernel/include/initcode.h
kernel/include/proc.h
+2
-0
kernel/include/proc.h
kernel/include/sched.h
+12
-0
kernel/include/sched.h
kernel/include/sysnum.h
+2
-1
kernel/include/sysnum.h
kernel/include/wait.h
+9
-0
kernel/include/wait.h
kernel/proc.c
+135
-0
kernel/proc.c
kernel/syscall.c
+3
-0
kernel/syscall.c
kernel/sysproc.c
+23
-2
kernel/sysproc.c
xv6-user/init
+0
-0
xv6-user/init
xv6-user/init.c
+4
-0
xv6-user/init.c
xv6-user/init.out
+0
-0
xv6-user/init.out
xv6-user/user.h
+1
-0
xv6-user/user.h
xv6-user/usys.pl
+1
-0
xv6-user/usys.pl
with
281 additions
and
87 deletions
+281
-87
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