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
educg-net-22024-2210153
OSKernel2024-AronaOS-598
Commits
3b604e8a
Commit
3b604e8a
authored
1 year ago
by
starrybamboo
Browse files
Options
Download
Patches
Plain Diff
多核搞定了,但未开启,sleep完成
parent
38a9adc7
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
fs-img-src/fs.img
+0
-0
fs-img-src/fs.img
os/src/ctypes.rs
+0
-10
os/src/ctypes.rs
os/src/main.rs
+16
-13
os/src/main.rs
os/src/mm/memory_set.rs
+15
-14
os/src/mm/memory_set.rs
os/src/mm/mod.rs
+2
-0
os/src/mm/mod.rs
os/src/mutex/spin_mutex.rs
+2
-1
os/src/mutex/spin_mutex.rs
os/src/syscall/mod.rs
+12
-1
os/src/syscall/mod.rs
os/src/syscall/process.rs
+11
-1
os/src/syscall/process.rs
os/src/task/mod.rs
+4
-4
os/src/task/mod.rs
os/src/task/pid.rs
+3
-0
os/src/task/pid.rs
os/src/task/processor.rs
+2
-0
os/src/task/processor.rs
os/src/task/task.rs
+6
-4
os/src/task/task.rs
os/src/timer.rs
+30
-1
os/src/timer.rs
with
103 additions
and
49 deletions
+103
-49
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