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
3c6c0c7e
Commit
3c6c0c7e
authored
4 years ago
by
Gallium70
Browse files
Options
Download
Patches
Plain Diff
实现标签系统,等待文件系统迁移到ramdisk
parent
dff7043f
label-riscv
No related merge requests found
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+3
-2
Makefile
os/arch/riscv.h
+33
-1
os/arch/riscv.h
os/arch/timer.c
+3
-4
os/arch/timer.c
os/dsid/dsid.c
+128
-0
os/dsid/dsid.c
os/dsid/dsid.h
+69
-0
os/dsid/dsid.h
os/main.c
+2
-2
os/main.c
os/mem/memory_layout.h
+5
-3
os/mem/memory_layout.h
os/mem/virtual.c
+5
-4
os/mem/virtual.c
os/proc/proc.c
+22
-4
os/proc/proc.c
os/proc/proc.h
+1
-0
os/proc/proc.h
os/proc/scheduler.c
+2
-1
os/proc/scheduler.c
os/syscall/syscall.c
+8
-0
os/syscall/syscall.c
os/syscall/syscall_ids.h
+3
-0
os/syscall/syscall_ids.h
os/syscall/syscall_impl.c
+64
-4
os/syscall/syscall_impl.c
os/syscall/syscall_impl.h
+8
-0
os/syscall/syscall_impl.h
os/trap/plic.c
+2
-2
os/trap/plic.c
os/trap/trap.c
+4
-0
os/trap/trap.c
os/ucore/defs.h
+3
-0
os/ucore/defs.h
os/utils/log.h
+1
-1
os/utils/log.h
os/utils/printf.c
+5
-5
os/utils/printf.c
with
371 additions
and
33 deletions
+371
-33
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