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-28668-2608132
project2608132-2368
Commits
4b18994b
Commit
4b18994b
authored
5 months ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
init: os runnable
parent
92e8aa49
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
.vscode/settings.json
+1
-0
.vscode/settings.json
os/.bin
+0
-0
os/.bin
os/src/loader.rs
+2
-3
os/src/loader.rs
os/src/main.rs
+4
-12
os/src/main.rs
os/src/syscall/mod.rs
+2
-0
os/src/syscall/mod.rs
os/src/syscall/process.rs
+11
-4
os/src/syscall/process.rs
os/src/task/context.rs
+36
-0
os/src/task/context.rs
os/src/task/mod.rs
+160
-0
os/src/task/mod.rs
os/src/task/switch.S
+31
-0
os/src/task/switch.S
os/src/task/switch.rs
+17
-0
os/src/task/switch.rs
os/src/task/task.rs
+17
-0
os/src/task/task.rs
os/src/trap/mod.rs
+3
-5
os/src/trap/mod.rs
os/src/trap/trap.S
+0
-3
os/src/trap/trap.S
with
284 additions
and
27 deletions
+284
-27
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