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-12100-765609
UCore-SMP
Commits
245348e8
Commit
245348e8
authored
4 years ago
by
TianhuaTao
Browse files
Options
Download
Patches
Plain Diff
add exec with args
parent
a1f6ef2d
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+5
-2
Makefile
README.md
+1
-4
README.md
all.sh
+3
-0
all.sh
doc/ucore-smp-theme.yml
+8
-0
doc/ucore-smp-theme.yml
doc/ucore-smp.adoc
+17
-0
doc/ucore-smp.adoc
os/arch/cpu.c
+5
-3
os/arch/cpu.c
os/arch/cpu.h
+1
-0
os/arch/cpu.h
os/file/file.c
+1
-1
os/file/file.c
os/proc/exec.c
+64
-0
os/proc/exec.c
os/proc/exec.h
+9
-0
os/proc/exec.h
os/proc/proc.c
+4
-16
os/proc/proc.c
os/proc/proc.h
+40
-37
os/proc/proc.h
os/syscall/syscall.c
+7
-6
os/syscall/syscall.c
os/syscall/syscall_impl.c
+33
-5
os/syscall/syscall_impl.c
os/syscall/syscall_impl.h
+1
-1
os/syscall/syscall_impl.h
os/trap/trap.c
+78
-28
os/trap/trap.c
os/trap/trap.h
+11
-11
os/trap/trap.h
os/ucore/defs.h
+2
-2
os/ucore/defs.h
os/utils/log.h
+2
-2
os/utils/log.h
user/include/string.h
+4
-3
user/include/string.h
with
296 additions
and
121 deletions
+296
-121
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