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
OS-Contest-2021-Kernel-Final-Scene
ultrateam-ultraos
Commits
5961b93e
Commit
5961b93e
authored
4 years ago
by
Xiangyu,Ren
Browse files
Options
Download
Patches
Plain Diff
pass tests wait & waitpid
parent
bd652640
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
codes/fat32-fuse/fat32.img
+0
-0
codes/fat32-fuse/fat32.img
codes/os/buildfs.sh
+2
-0
codes/os/buildfs.sh
codes/os/src/syscall/mod.rs
+3
-1
codes/os/src/syscall/mod.rs
codes/os/src/syscall/process.rs
+42
-0
codes/os/src/syscall/process.rs
codes/user/src/bin/user_shell.rs
+35
-35
codes/user/src/bin/user_shell.rs
codes/user/src/bin/waitpid.rs
+23
-0
codes/user/src/bin/waitpid.rs
codes/user/src/lib.rs
+3
-1
codes/user/src/lib.rs
codes/user/src/syscall.rs
+5
-2
codes/user/src/syscall.rs
with
113 additions
and
39 deletions
+113
-39
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