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
OS-Contest-2021-Functional-Preliminary
luojia65-project325618-85616
Commits
b21c752d
Commit
b21c752d
authored
4 years ago
by
Chunchi Che
Browse files
Options
Download
Patches
Plain Diff
add some comment and update readme
parent
3491062c
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
README.md
+3
-1
README.md
shared-scheduler/src/algorithm/mod.rs
+2
-2
shared-scheduler/src/algorithm/mod.rs
shared-scheduler/src/algorithm/ring_fifo.rs
+8
-1
shared-scheduler/src/algorithm/ring_fifo.rs
shared-scheduler/src/main.rs
+0
-1
shared-scheduler/src/main.rs
tornado-kernel/src/algorithm/allocator/stacked_allocator.rs
+1
-0
tornado-kernel/src/algorithm/allocator/stacked_allocator.rs
tornado-kernel/src/main.rs
+1
-1
tornado-kernel/src/main.rs
tornado-kernel/src/syscall/user_syscall.rs
+0
-1
tornado-kernel/src/syscall/user_syscall.rs
tornado-kernel/src/task/executor.rs
+5
-1
tornado-kernel/src/task/executor.rs
tornado-kernel/src/task/kernel_task.rs
+0
-15
tornado-kernel/src/task/kernel_task.rs
tornado-kernel/src/task/lock.rs
+1
-1
tornado-kernel/src/task/lock.rs
tornado-kernel/src/task/mod.rs
+1
-1
tornado-kernel/src/task/mod.rs
tornado-kernel/src/task/process.rs
+1
-4
tornado-kernel/src/task/process.rs
tornado-kernel/src/trap/handler.rs
+0
-1
tornado-kernel/src/trap/handler.rs
tornado-kernel/src/user.rs
+1
-3
tornado-kernel/src/user.rs
with
24 additions
and
33 deletions
+24
-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