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
闫卓涛
OSKernel2024-yzt
Commits
cdd18981
Commit
cdd18981
authored
5 months ago
by
闫卓涛
Browse files
Options
Download
Patches
Plain Diff
add syscall sleep
parent
a8b5342b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
kernel/include/initcode.h
+74
-72
kernel/include/initcode.h
kernel/include/sysnum.h
+1
-0
kernel/include/sysnum.h
kernel/include/time.h
+7
-0
kernel/include/time.h
kernel/syscall.c
+3
-0
kernel/syscall.c
kernel/sysproc.c
+26
-0
kernel/sysproc.c
xv6-user/init.S
+6
-2
xv6-user/init.S
xv6-user/init.c
+1
-0
xv6-user/init.c
xv6-user/user.h
+1
-0
xv6-user/user.h
xv6-user/usys.pl
+3
-1
xv6-user/usys.pl
with
122 additions
and
75 deletions
+122
-75
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