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-12099-788067
proj93-la-tsinghuaOS-915
Commits
c2ecdc33
Commit
c2ecdc33
authored
2 years ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
feat: Complete time-sharing multitasking
parent
52c38678
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
loongrCore/qemu-loongarch-runenv/qemu-system-loongarch64
+0
-0
loongrCore/qemu-loongarch-runenv/qemu-system-loongarch64
loongrCore/src/batch.rs
+0
-1
loongrCore/src/batch.rs
loongrCore/src/config.rs
+5
-1
loongrCore/src/config.rs
loongrCore/src/loader.rs
+0
-1
loongrCore/src/loader.rs
loongrCore/src/loong_arch/register/mod.rs
+1
-0
loongrCore/src/loong_arch/register/mod.rs
loongrCore/src/loong_arch/register/tcfg.rs
+23
-2
loongrCore/src/loong_arch/register/tcfg.rs
loongrCore/src/loong_arch/register/time.rs
+15
-0
loongrCore/src/loong_arch/register/time.rs
loongrCore/src/main.rs
+5
-7
loongrCore/src/main.rs
loongrCore/src/syscall/process.rs
+2
-3
loongrCore/src/syscall/process.rs
loongrCore/src/task/mod.rs
+0
-2
loongrCore/src/task/mod.rs
loongrCore/src/test/mod.rs
+1
-1
loongrCore/src/test/mod.rs
loongrCore/src/timer.rs
+12
-2
loongrCore/src/timer.rs
loongrCore/src/trap/context.rs
+1
-4
loongrCore/src/trap/context.rs
loongrCore/src/trap/mod.rs
+16
-12
loongrCore/src/trap/mod.rs
loongrCore/src/trap/trap.S
+5
-7
loongrCore/src/trap/trap.S
user/src/bin/02power_7.rs
+0
-3
user/src/bin/02power_7.rs
user/src/bin/03sleep.rs
+5
-5
user/src/bin/03sleep.rs
with
91 additions
and
51 deletions
+91
-51
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