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
educg-net-28668-2608132
OSKernel2024-基于xv6-riscv的功能完善及系统调用补充-3693
Commits
ffe08f6f
Commit
ffe08f6f
authored
6 months ago
by
吃饭不想排队
Browse files
Options
Download
Patches
Plain Diff
add p/v
parent
b8b41a86
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
xv6-riscv/Makefile
+2
-0
xv6-riscv/Makefile
xv6-riscv/kernel/defs.h
+4
-0
xv6-riscv/kernel/defs.h
xv6-riscv/kernel/main.c
+1
-0
xv6-riscv/kernel/main.c
xv6-riscv/kernel/proc.c
+16
-16
xv6-riscv/kernel/proc.c
xv6-riscv/kernel/spinlock.c
+70
-0
xv6-riscv/kernel/spinlock.c
xv6-riscv/kernel/spinlock.h
+8
-0
xv6-riscv/kernel/spinlock.h
xv6-riscv/kernel/syscall.c
+12
-1
xv6-riscv/kernel/syscall.c
xv6-riscv/kernel/syscall.h
+8
-1
xv6-riscv/kernel/syscall.h
xv6-riscv/kernel/sysproc.c
+15
-0
xv6-riscv/kernel/sysproc.c
xv6-riscv/user/sh_rw_lock.c
+22
-0
xv6-riscv/user/sh_rw_lock.c
xv6-riscv/user/sh_rw_nolock.c
+21
-0
xv6-riscv/user/sh_rw_nolock.c
xv6-riscv/user/user.h
+6
-0
xv6-riscv/user/user.h
xv6-riscv/user/usys.S
+37
-1
xv6-riscv/user/usys.S
with
222 additions
and
19 deletions
+222
-19
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