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
educg-net-28668-2608132
OSKernel2024-xv6-riscv-k210-3990
Commits
9068b7e0
Commit
9068b7e0
authored
4 months ago
by
SOS队
Browse files
Options
Download
Patches
Plain Diff
添加系统调用
parent
b6fab590
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
doc/2024_开发计划.md
+3
-2
doc/2024_开发计划.md
doc/2024_系统调用.md
+81
-2
doc/2024_系统调用.md
kernel/include/sysnum.h
+2
-0
kernel/include/sysnum.h
kernel/include/timer.h
+5
-0
kernel/include/timer.h
kernel/syscall.c
+6
-0
kernel/syscall.c
kernel/sysproc.c
+31
-0
kernel/sysproc.c
xv6-user/_sleep
+0
-0
xv6-user/_sleep
xv6-user/user.h
+2
-0
xv6-user/user.h
xv6-user/usys.pl
+3
-1
xv6-user/usys.pl
with
133 additions
and
5 deletions
+133
-5
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