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
鲲筋烤
uCore-SMP
Commits
5755206f
Commit
5755206f
authored
4 years ago
by
TianhuaTao
Browse files
Options
Download
Patches
Plain Diff
add lab6-smp
parent
495134c3
label-riscv
ch6-smp
dev
main
No related merge requests found
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
os/console.c
+5
-1
os/console.c
os/defs.h
+15
-1
os/defs.h
os/file.c
+53
-0
os/file.c
os/file.h
+42
-0
os/file.h
os/kalloc.c
+2
-1
os/kalloc.c
os/loader.c
+1
-1
os/loader.c
os/log.h
+6
-6
os/log.h
os/main.c
+7
-0
os/main.c
os/pipe.c
+113
-0
os/pipe.c
os/proc.c
+54
-8
os/proc.c
os/proc.h
+5
-1
os/proc.h
os/syscall.c
+219
-20
os/syscall.c
os/syscall_ids.h
+2
-0
os/syscall_ids.h
os/timer.c
+1
-1
os/timer.c
os/vm.c
+11
-11
os/vm.c
user/include/unistd.h
+3
-2
user/include/unistd.h
user/lib/stdio.c
+3
-2
user/lib/stdio.c
user/lib/syscall.c
+6
-2
user/lib/syscall.c
user/src/pipetest.c
+43
-0
user/src/pipetest.c
user/src/user_shell.c
+3
-0
user/src/user_shell.c
with
594 additions
and
57 deletions
+594
-57
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