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
Chufan Chen
OSKernel2021-trash
Commits
1bc53c0b
Commit
1bc53c0b
authored
4 years ago
by
Yifan Wu
Browse files
Options
Download
Patches
Plain Diff
Split TaskManager and Processor.
parent
0c12d43b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
os/src/main.rs
+10
-2
os/src/main.rs
os/src/task/manager.rs
+34
-0
os/src/task/manager.rs
os/src/task/mod.rs
+27
-128
os/src/task/mod.rs
os/src/task/processor.rs
+96
-0
os/src/task/processor.rs
os/src/task/task.rs
+6
-2
os/src/task/task.rs
os/src/trap/mod.rs
+2
-0
os/src/trap/mod.rs
with
175 additions
and
132 deletions
+175
-132
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