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的功能完善及系统调用补充-2534
Commits
b8b41a86
Commit
b8b41a86
authored
6 months ago
by
吃饭不想排队
Browse files
Options
Download
Plain Diff
add SYS_printsiginfo
parents
fc5f3981
d40954fb
main
No related merge requests found
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/settings.json
+5
-0
.vscode/settings.json
README.md
+5
-1
README.md
xv6-riscv/Makefile
+4
-0
xv6-riscv/Makefile
xv6-riscv/kernel/proc.c
+26
-7
xv6-riscv/kernel/proc.c
xv6-riscv/kernel/proc.h
+5
-1
xv6-riscv/kernel/proc.h
xv6-riscv/kernel/syscall.c
+7
-0
xv6-riscv/kernel/syscall.c
xv6-riscv/kernel/syscall.h
+4
-1
xv6-riscv/kernel/syscall.h
xv6-riscv/kernel/sysfile.c
+188
-0
xv6-riscv/kernel/sysfile.c
xv6-riscv/kernel/sysproc.c
+66
-0
xv6-riscv/kernel/sysproc.c
xv6-riscv/user/_a
+0
-0
xv6-riscv/user/_a
xv6-riscv/user/_b
+0
-0
xv6-riscv/user/_b
xv6-riscv/user/_printsiginfo
+0
-0
xv6-riscv/user/_printsiginfo
xv6-riscv/user/a.c
+8
-0
xv6-riscv/user/a.c
xv6-riscv/user/b.c
+8
-0
xv6-riscv/user/b.c
xv6-riscv/user/loop.c
+1
-1
xv6-riscv/user/loop.c
xv6-riscv/user/printsi.c
+15
-0
xv6-riscv/user/printsi.c
xv6-riscv/user/ps.c
+5
-0
xv6-riscv/user/ps.c
xv6-riscv/user/rename.c
+17
-0
xv6-riscv/user/rename.c
xv6-riscv/user/user.h
+4
-0
xv6-riscv/user/user.h
xv6-riscv/user/usys.S
+19
-1
xv6-riscv/user/usys.S
with
387 additions
and
12 deletions
+387
-12
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