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-22026-2376550
oskernel2024-oos-409
Commits
6b50f7f7
Commit
6b50f7f7
authored
1 year ago
by
zxf2211402919
Browse files
Options
Download
Patches
Plain Diff
new
parent
a9d3dba0
main
ext4
zxf
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
.gitignore
+6
-0
.gitignore
easy-fs-fuse/target/.rustc_info.json
+1
-1
easy-fs-fuse/target/.rustc_info.json
easy-fs-fuse/target/debug/.fingerprint/rand-bae57b22894c54ed/lib-rand
+1
-0
.../target/debug/.fingerprint/rand-bae57b22894c54ed/lib-rand
easy-fs-fuse/target/debug/build/winapi-dbeefee166d9af4b/build_script_build-dbeefee166d9af4b.d
+2
-2
...pi-dbeefee166d9af4b/build_script_build-dbeefee166d9af4b.d
os/Makefile
+80
-30
os/Makefile
os/src/fs/mod.rs
+5
-0
os/src/fs/mod.rs
os/src/linker-qemu.ld
+53
-0
os/src/linker-qemu.ld
os/src/syscall/fs.rs
+59
-80
os/src/syscall/fs.rs
os/src/syscall/mod.rs
+4
-4
os/src/syscall/mod.rs
os/src/task/mod.rs
+1
-1
os/src/task/mod.rs
os/src/task/process.rs
+24
-21
os/src/task/process.rs
with
236 additions
and
139 deletions
+236
-139
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