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-28665-2608131
OSKernel2024-MikuOS-1361
Commits
01bf8d56
Commit
01bf8d56
authored
6 months ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
feat: implement test feature
parent
ee7f2063
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
kernel/Cargo.toml
+4
-0
kernel/Cargo.toml
kernel/DEBUG
+0
-28
kernel/DEBUG
kernel/Makefile
+7
-2
kernel/Makefile
kernel/src/main.rs
+45
-0
kernel/src/main.rs
kernel/src/task/manager.rs
+27
-1
kernel/src/task/manager.rs
kernel/src/task/mod.rs
+1
-0
kernel/src/task/mod.rs
kernel/src/task/processor/mod.rs
+6
-0
kernel/src/task/processor/mod.rs
with
90 additions
and
31 deletions
+90
-31
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