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
OS内核实现队
starry-next
Commits
75c618ab
Commit
75c618ab
authored
8 months ago
by
Youjie Zheng
Browse files
Options
Download
Patches
Plain Diff
[loader] Move IO methods to axmem module and simplify codes.
parent
76c0b016
zg-dev
pre2025
pre2025test
yyy-dev
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
.github/workflows/ci.yml
+1
-1
.github/workflows/ci.yml
.github/workflows/docs.yml
+1
-1
.github/workflows/docs.yml
Cargo.toml
+4
-3
Cargo.toml
build.rs
+1
-1
build.rs
src/loader.rs
+2
-2
src/loader.rs
src/mm.rs
+10
-66
src/mm.rs
src/syscall_imp/mm/mmap.rs
+2
-2
src/syscall_imp/mm/mmap.rs
src/syscall_imp/mod.rs
+16
-33
src/syscall_imp/mod.rs
src/syscall_imp/task/mod.rs
+2
-2
src/syscall_imp/task/mod.rs
src/syscall_imp/task/thread.rs
+10
-10
src/syscall_imp/task/thread.rs
with
49 additions
and
121 deletions
+49
-121
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