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
独one无two
OSKernel2024-独one无two
Commits
8b4d775f
Commit
8b4d775f
authored
5 months ago
by
catnfish
Browse files
Options
Download
Patches
Plain Diff
add sys_set_tid_address 拥有简单返回当前进程PID
parent
2ae4ee1d
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
xv6-riscv1/.vscode/settings.json
+10
-0
xv6-riscv1/.vscode/settings.json
xv6-riscv1/Makefile
+1
-0
xv6-riscv1/Makefile
xv6-riscv1/ex.md
+97
-4
xv6-riscv1/ex.md
xv6-riscv1/kernel/defs.h
+1
-0
xv6-riscv1/kernel/defs.h
xv6-riscv1/kernel/syscall.c
+1
-0
xv6-riscv1/kernel/syscall.c
xv6-riscv1/kernel/syscall.h
+2
-1
xv6-riscv1/kernel/syscall.h
xv6-riscv1/kernel/sysproc.c
+7
-0
xv6-riscv1/kernel/sysproc.c
xv6-riscv1/user/set_tid.c
+11
-0
xv6-riscv1/user/set_tid.c
xv6-riscv1/user/user.h
+2
-0
xv6-riscv1/user/user.h
xv6-riscv1/user/usys.pl
+1
-0
xv6-riscv1/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