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-12100-765609
UCore-SMP
Commits
50b1facd
Commit
50b1facd
authored
3 years ago
by
Gallium70
Browse files
Options
Download
Patches
Plain Diff
修复syscall中悬垂指针的bug;将标签加入监视器
parent
5f5fb60e
label-riscv
No related merge requests found
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
Makefile
+1
-0
Makefile
os/device/mem_device.c
+2
-1
os/device/mem_device.c
os/device/proc_device.c
+2
-1
os/device/proc_device.c
os/mem/memory_layout.h
+2
-1
os/mem/memory_layout.h
os/proc/proc.h
+2
-1
os/proc/proc.h
os/syscall/syscall.c
+18
-2
os/syscall/syscall.c
os/trap/trap.c
+6
-6
os/trap/trap.c
os/utils/trace.c
+1
-1
os/utils/trace.c
user/Makefile
+1
-1
user/Makefile
user/include/ucore_defs.h
+1
-0
user/include/ucore_defs.h
user/include/ucore_types.h
+2
-1
user/include/ucore_types.h
user/src/dsid_demo.c
+12
-1
user/src/dsid_demo.c
user/src/monitor.c
+131
-0
user/src/monitor.c
user/src/prime.c
+2
-2
user/src/prime.c
with
183 additions
and
18 deletions
+183
-18
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